Explorar o código

增加自检提前期

tangdi %!s(int64=2) %!d(string=hai) anos
pai
achega
a087e941d3

+ 1 - 1
MicroServices/Business/Business.Application/SystemJobManagement/SystemJobAppService.cs

@@ -674,7 +674,7 @@ namespace Business.SystemJobManagement
                             order_point = 1,
                             secinv = 1,
                             secinv_ratio = 1,
-                            self_inspection_date = 1,
+                            self_inspection_date = custList[i].InsLT,
                             Warehousing_date = 1,
                             Shipping_date = 3,
                         });

+ 6 - 0
MicroServices/Business/Business.Domain/StructuredDB/MES/IC/ItemMaster.cs

@@ -115,5 +115,11 @@ namespace Business.Domain
         /// </summary>
         [Comment("版本")]
         public string Rev { get; set; }
+
+        /// <summary>
+        /// 检验天数
+        /// </summary>
+        [Comment("检验天数")]
+        public int InsLT { get; set; }
     }
 }