3 Commits f36fc3688b ... 21b71097af

Auteur SHA1 Message Date
  hzd 21b71097af Merge il y a 1 mois
  hzd 21447f01a2 优化 il y a 1 mois
  hzd e56a0be7ee init il y a 1 mois

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

@@ -254,7 +254,7 @@ public class MesProductRecordController extends BaseController {
 		Date sevenDaysAgo = calendar.getTime();
 
 		mesProductRecord.setOprno("OP410");
-		mesProductRecord.setOprno("100000");
+		mesProductRecord.setCraft("100000");
 
 		SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
 		String sevenDaysAgoStr = sdf.format(sevenDaysAgo)+" 00:00";

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

@@ -63,6 +63,7 @@ jdbc:
 #  password: 123456
   username: mes_cloud
   password: RTCk7KxGPAPyy7pJ
+
   testSql: SELECT 1
 
 #  # Oracle 数据库配置(若使用 12c,请修改 /modules/core/pom.xml 文件,打开 12c 依赖,去掉 11g 依赖)