yxj
2022-10-20 baead5c3807d798141313c62cf6e60d95029f08d
WebAPI/Controllers/SCGL/日计划管理/JIT_ICMOSortBillController.cs
@@ -60,7 +60,7 @@
        {
            try
            {
                oCN.RunProc("exec h_p_Sc_SetICMOStatus_ReadyMater " + HSourceID.ToString() + "," + HICMOInterID.ToString() + ",'" + HDate.ToShortDateString() + "'," + HStatus.ToString() + ",'" + user + "'");
                oCN.RunProc("exec h_p_Sc_SetICMOStatus_ReadyMater " + HSourceID.ToString() + "," + HICMOInterID.ToString() + ",'" + HDate.ToString("yyyy-MM-dd HH:mm:ss.fff") + "'," + HStatus.ToString() + ",'" + user + "'");
                objJsonResult.code = "1";
                objJsonResult.count = 1;