소스 검색

面损表列表增加状态返回

fenghaifu 2 년 전
부모
커밋
8612a7cc86

+ 2 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/costLossReview/entity/FabricLossReview.java

@@ -39,4 +39,6 @@ public class FabricLossReview {
     //审批人
     private String approvalMan;
 
+    private String status;
+
 }

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/costLossReview/mapper/xml/SyCostLossReviewMapper.xml

@@ -123,7 +123,7 @@
                  content ->> '$.number' as number, content ->> '$.contractNo' as contractNo,
                  content ->> '$.cPersonName' as cPersonName,
                  content ->> '$.outboundNumber' as outboundNumber,
-                 content ->> '$.makingPeople' as makingPeople
+                 content ->> '$.makingPeople' as makingPeople, status
         from sy_fabric_loss_report
         where 1=1
         <if test="sy.createTime != null and sy.createTime !=''">