Browse Source

显示审核内容

wangzhuo 1 year ago
parent
commit
7e28bdc407

+ 3 - 0
ruoyi-system/src/main/java/com/ruoyi/system/domain/AttachMngs.java

@@ -14,4 +14,7 @@ public class AttachMngs {
     // BLOB SUB_TYPE BINARY
     @TableField(jdbcType = JdbcType.BLOB)
     private Byte[] attachFile;
+
+    @TableField(jdbcType = JdbcType.VARCHAR)
+    private String attachdesc;
 }

+ 2 - 0
ruoyi-system/src/main/resources/mapper/system/OrderBillsPlansMapper.xml

@@ -393,6 +393,8 @@
              , o.detourDesc      detourDesc
              , o.oilfilLed       oilfilLed
              , o.repairamt       repairamt
+
+             , b.audit2Desc      audit2Desc
         FROM OrderBillsPlans o
                  INNER JOIN LoadBills b
                             ON