ZeroLiYi 1 ano atrás
pai
commit
9784ffe8f9

+ 2 - 0
unis-plugin/unis-plugin-biz/src/main/java/com/unis/finishedGrainSupervision/modular/entity/DataCrkywCplrkFlt001.java

@@ -155,4 +155,6 @@ private static final long serialVersionUID=1L;
155 155
 
156 156
     private String hwname;
157 157
 
158
+    private String grainNatureName;
159
+
158 160
 }

+ 4 - 1
unis-plugin/unis-plugin-biz/src/main/java/com/unis/finishedGrainSupervision/modular/mapper/mapping/DataCrkywCplrkFlt001Mapper.xml

@@ -45,6 +45,7 @@
45 45
         SELECT
46 46
             sjjlspmc,
47 47
             sjjlppmc,
48
+            xz.enumname as "grainNatureName",
48 49
             cf_enum.storehouse_name cfname,
49 50
             hw_enum.warehouse_name hwname,
50 51
             bpgp.quantity,
@@ -54,12 +55,14 @@
54 55
             sjjlsl,
55 56
             dj,
56 57
             je,
57
-            scnf
58
+            scrq
58 59
         FROM
59 60
             depot_qh.data_crkyw_cplrk_flt_001 rk
60 61
                 LEFT JOIN depot_qh.business_pg_gops_plan_detail bpgp ON rk.ddcbid = bpgp.id
61 62
                 LEFT JOIN depot_qh.basic_storehouse cf_enum ON cf_enum.storehouse_id = rk.ch
62 63
                 LEFT JOIN depot_qh.basic_warehouse hw_enum ON hw_enum.warehouse_id = rk.hwh
64
+            LEFT JOIN depot_qh.basic_enum xz ON xz.enumId = rk.xz
65
+
63 66
         where rk.mainDataId=#{dateCrkywCplcrkIdParam.dataId}
64 67
     </select>
65 68