1
wtt
2025-06-27 99afe4aa57546afd30f59cb36089da1304d3962e
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";