vince
2023-09-04 803697bd4f3ac5262e0acd69d6d7cc519ec45b2a
igds-core/src/main/resources/mapper/CommonMapper.xml
@@ -212,6 +212,8 @@
            <if test="data.gasEnd != null ">GAS_END_ = #{data.gasEnd},</if>
            <if test="data.pestStart != null ">PEST_START_ = #{data.pestStart},</if>
            <if test="data.pestEnd != null ">PEST_END_ = #{data.pestEnd},</if>
         <if test="data.pestSer != null ">PEST_SER_ = #{pestSer},</if>
         <if test="data.verbSer != null ">VERB_SER_ = #{verbSer},</if>
        </set>
        where COMPANY_ID_ = #{data.companyId} AND DEPOT_ID_ = #{data.depotId}
    </update>