diff --git a/ruoyi-admin/src/main/java/com/ruoyi/purchase/domain/PurchaseQuoteChild.java b/ruoyi-admin/src/main/java/com/ruoyi/purchase/domain/PurchaseQuoteChild.java index 63027204..66fc9dcd 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/purchase/domain/PurchaseQuoteChild.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/purchase/domain/PurchaseQuoteChild.java @@ -320,4 +320,11 @@ public class PurchaseQuoteChild extends BaseEntity .append("delFlag", getDelFlag()) .toString(); } + private String purchasePlanCode; + public String setPurchasePlanCode(String purchasePlanCode) { + return this.purchasePlanCode = purchasePlanCode; + } + public String getPurchasePlanCode() { + return purchasePlanCode; + } } diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 203a1b03..cb3dd94b 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -38,6 +38,12 @@ logging: level: com.ruoyi: debug org.springframework: warn + org.activiti.db.sql: debug + + + + + # 用户配置 user: diff --git a/ruoyi-admin/src/main/resources/templates/system/customer/taskZozjVerify.html b/ruoyi-admin/src/main/resources/templates/system/customer/taskZozjVerify.html index 99ac5be3..0eba7310 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customer/taskZozjVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/customer/taskZozjVerify.html @@ -199,10 +199,9 @@
- +
- -
+