#
lsh
2024-06-26 2cebd39fd1514c991da647f08124e18a0b02abe9
src/main/resources/mapper/BasJarMastMapper.xml
@@ -101,4 +101,12 @@
        order by jar_loc_digit desc
    </select>
    <update id="updateStatus">
        update asr_bas_jar_mast
        set status = #{statusUpdate}
        where 1=1
        and jar_id = #{jarId}
        and status = #{status}
    </update>
</mapper>