3 커밋 f36fc3688b ... 21b71097af

작성자 SHA1 메시지 날짜
  hzd 21b71097af Merge 1 개월 전
  hzd 21447f01a2 优化 1 개월 전
  hzd e56a0be7ee init 1 개월 전
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/jeesite/modules/mes/web/MesProductRecordController.java
  2. 1 0
      src/main/resources/config/application.yml

+ 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 依赖)