1
duhe
2023-07-10 4ae0d2f3444476e5791cb3d08cff2aa5ffe885b9
WebAPI/Controllers/项目管理/工作任务/PM_WorkTaskBillController.cs
@@ -602,6 +602,8 @@
                string HMakerDate = mainList[0].HMakerDate;
                int HReportEmpID = mainList[0].HReportEmpID;
                string HReportEmpName = mainList[0].HReportEmpName;
                string HUpdater = mainList[0].HUpdater;
                string HUpdaterDate = mainList[0].HUpdaterDate;
@@ -656,8 +658,8 @@
                        "',HBillNo = '" + HBillNo +
                        "',HBillStatus = " + HBillStatus +
                        ",HRemark = '" + HRemark +
                        "',HMaker = '" + HMaker +
                        "',HMakeDate = '" + HMakerDate +
                        "',HUpdater = '" + HUpdater +
                        "',HUpdateDate = '" + HUpdaterDate +
                        "',HOrgID = " + HOrgID +
                        ",HReportEmpID = " + HReportEmpID +
                        " where HInterID = " + HInterID;