| | |
| | | } |
| | | } |
| | | ds = oCN.RunProcReturn("select * from h_v_Xt_CheckFlowList where Hmainid= " + main.HInterID, "h_v_Xt_CheckFlowList"); |
| | | |
| | | //ä¿ååæ§å¶å¤æ |
| | | string sql = "select * from Xt_CheckFlowMain where HBillTypeID = '" + main.HBillTypeID.ToString() + "' and HDeptID = " + main.HDeptID.ToString() + " and HStandard = 1 and HInterID <> "+ main.HInterID.ToString(); |
| | | DataSet ds2 = oCN.RunProcReturn(sql, "Xt_CheckFlowMain"); |
| | | if (ds2.Tables[0].Rows.Count > 0 && main.HStandard) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "æ·»å 失败,åªè½æä¸ä¸ªé»è®¤æµç¨å"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | //ä¿å |
| | | //ä¿å宿¯åå¤ç |
| | | oCN.BeginTran(); |