| | |
| | | <if test="data.intelCard != null">INTEL_CARD_ = #{data.intelCard},</if> |
| | | <if test="data.plateNum != null">PLATE_NUM_ = #{data.plateNum},</if> |
| | | <if test="data.transType != null">TRANS_TYPE_ = #{data.transType},</if> |
| | | <if test="data.specType != null">SPEC_TYPE_ = #{data.specType},</if> |
| | | <if test="data.customerId != null">CUSTOMER_ID_ = #{data.customerId},</if> |
| | | <if test="data.customerName != null">CUSTOMER_NAME_ = #{data.customerName},</if> |
| | | <if test="data.foodVariety != null">FOOD_VARIETY_ = #{data.foodVariety},</if> |
| | | <if test="data.foodLevel != null">FOOD_LEVEL_ = #{data.foodLevel},</if> |
| | | <if test="data.foodLocation != null">FOOD_LOCATION_ = #{data.foodLocation},</if> |
| | | <if test="data.foodYear != null">FOOD_YEAR_ = #{data.foodYear},</if> |
| | | <if test="data.impurity != null">IMPURITY_ = #{data.impurity},</if> |
| | | <if test="data.deImpurity != null">DE_IMPURITY_ = #{data.deImpurity},</if> |
| | | <if test="data.wet != null">WET_ = #{data.wet},</if> |
| | | <if test="data.deWet != null">DE_WET_ = #{data.deWet},</if> |
| | | <if test="data.deHandle != null">DE_HANDLE_ = #{data.deHandle},</if> |
| | | <if test="data.deOther != null">DE_OTHER_ = #{data.deOther},</if> |
| | | <if test="data.deSum != null">DE_SUM_ = #{data.deSum},</if> |
| | | <if test="data.fullWeight != null">FULL_WEIGHT_ = #{data.fullWeight},</if> |
| | | <if test="data.fullWeightTime != null">FULL_WEIGHT_TIME_ = #{data.fullWeightTime},</if> |
| | | <if test="data.fullWeightUser != null">FULL_WEIGHT_USER_ = #{data.fullWeightUser},</if> |
| | |
| | | <if test="data.netWeight != null">NET_WEIGHT_ = #{data.netWeight},</if> |
| | | <if test="data.settleWeight != null">SETTLE_WEIGHT_ = #{data.settleWeight},</if> |
| | | <if test="data.recordWeight != null">RECORD_WEIGHT_ = #{data.recordWeight},</if> |
| | | <if test="data.handleStart != null">HANDLE_START_ = #{data.handleStart},</if> |
| | | <if test="data.handleEnd != null">HANDLE_END_ = #{data.handleEnd},</if> |
| | | <if test="data.handleUser != null">HANDLE_USER_ = #{data.handleUser},</if> |
| | | <if test="data.completeTime != null">COMPLETE_TIME_ = #{data.completeTime},</if> |
| | | <if test="data.completeUser != null">COMPLETE_USER_ = #{data.completeUser},</if> |