ZeroLiYi hai 1 ano
pai
achega
b32b334be3

+ 3 - 0
src/main/java/com/chinaitop/depot/storage/mapper/GrainSituationCardMapper.xml

@@ -42,6 +42,9 @@
42 42
     <result column="packaged_count" property="packagedCount" jdbcType="INTEGER" />
43 43
     <result column="average_weight" property="averageWeight" jdbcType="DECIMAL" />
44 44
     <result column="check_record_ids" property="checkRecordIds" jdbcType="VARCHAR" />
45
+    <result column="in_financial_verification" property="inFinancialVerification" jdbcType="VARCHAR" />
46
+    <result column="out_financial_verification" property="outFinancialVerification" jdbcType="VARCHAR" />
47
+    <result column="excess_loss_quantity" property="excessLossQuantity" jdbcType="DECIMAL" />
45 48
     <result column="out_quantity" property="outQuantity" jdbcType="DECIMAL" />
46 49
 
47 50
   </resultMap>