1
chenhaozhe
7 天以前 28161a2db7a593c30ca53e5c1e59103cd7591fe7
WebAPI/Controllers/工资管理/HR_PostSkillBillController.cs
@@ -667,7 +667,7 @@
                }
                //杩斿洖鍒楄〃淇℃伅
                ds = oCn.RunProcReturn("select * from h_v_HR_PostSkillBillMainList where 1=1 and hmainid=" + HInterID + " order by hmainid desc", "h_v_HR_PostSkillBillMainList");
                ds = oCn.RunProcReturn("select * from h_v_HR_PostSkillBillMainEdit where 1=1 and hmainid=" + HInterID + " order by hmainid desc", "h_v_HR_PostSkillBillMainEdit");
                if (ds == null || ds.Tables[0].Rows.Count == 0)
                {
                    objJsonResult.code = "0";