Jelajahi Sumber

fix of 下单制2.0 on 2021.1.22

jiequan.bi 4 tahun lalu
induk
melakukan
f23284a802

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/orderplatform/entity/PlatformScript.java

@@ -51,6 +51,7 @@ public class PlatformScript {
 		this.createTime = createTime;
 		this.modifyTime = modifyTime;
 		this.downloadUrl = downloadUrl;
+		this.projectId=projectId;
 		this.deleted = "N";
 		this.canDelete = "Y";
 	}