Selaa lähdekoodia

评估项目资产评估校对功能调整

user5 2 vuotta sitten
vanhempi
commit
3aefa34637

+ 5 - 0
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/proofread/domain/ProofreadDetail.java

@@ -36,6 +36,11 @@ public class ProofreadDetail extends BaseEntity {
     private String reviewComments;
 
     /**
+     * 是否适用
+     */
+    private String isApply;
+
+    /**
      * 回复意见
      */
     private String replyComments;

+ 1 - 0
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/proofread/mapper/xml/ProofreadDetailMapper.xml

@@ -15,6 +15,7 @@
 			b.`name` AS type_name,
 			ifnull(a.review_comments,"") as "reviewComments",
 			ifnull(a.reply_comments,"") as "replyComments",
+			ifnull(a.is_apply,"") as "isApply",
 			b.sort
 		FROM proofread_type b
 		LEFT JOIN proofread_detail a ON a.type_id = b.id

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 543 - 999
jeeplus-web/src/main/resources/freemarker/proofreadAudit.ftl