1
duhe
2026-04-01 f7d9e845fa65d5d95ca22fff220da7a182544fb6
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";