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>