| | |
| | | |
| | | try |
| | | { |
| | | if (!DBUtility.ClsPub.Security_Log("Gy_DotCheck", 1, false, User)) |
| | | if (!DBUtility.ClsPub.Security_Log("Gy_DotCheck_Delete", 1, false, User)) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | |
| | | ds = oCN.RunProcReturn("Select * from Gy_DotCheck Where HItemID='" + HItemID + "'", "Gy_DotCheck", ref DBUtility.ClsPub.sExeReturnInfo); |
| | | if (ds.Tables[0].Rows.Count != 0) |
| | | { |
| | |
| | | string HUseFlag = list[0].HUseFlag; |
| | | |
| | | //鍒ゆ柇鏉冮檺 |
| | | if (!ClsPub.Security_Log("Gy_DotCheck", 1, false, msg4)) |
| | | if (!ClsPub.Security_Log("Gy_DotCheck_Edit", 1, false, msg4)) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | |
| | | bool HEndFlag = list[0].HEndFlag; |
| | | |
| | | //鍒ゆ柇鏉冮檺 |
| | | if (!ClsPub.Security_Log("Gy_DotCheck", 1, false, msg3)) |
| | | if (!ClsPub.Security_Log("Gy_DotCheck_Edit", 1, false, msg3)) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |