wangxichen 1 tuần trước cách đây
mục cha
commit
07e0f43b7a

+ 1 - 0
src/main/java/com/jeesite/modules/mes/web/MesProductRecordController.java

@@ -3285,6 +3285,7 @@ public class MesProductRecordController extends BaseController {
 		String contentOld = mesProductRecord1.getContent();
 		mesProductRecord1.setContent(content);
 		mesProductRecord1.setSource("2");
+		mesProductRecordService.setPieceworkDateIfNeeded(mesProductRecord1);
 		mesProductRecordService.save(mesProductRecord1);
 
 		//添加到产品修改记录100000

+ 1 - 1
src/main/resources/config/application.yml

@@ -5,7 +5,7 @@
 
 # 产品或项目名称、软件开发公司名称
 productName: 610-MES生产管理系统
-companyName: 广巨石新能源科技有限公司
+companyName: 广西巨石新能源科技有限公司
 
 # 产品版本、版权年份
 productVersion: V1.0