| | |
| | | and jar_id = #{jarId} |
| | | </select> |
| | | |
| | | <select id="selectJarMastOperation1" resultType="Integer"> |
| | | select count(1) from asr_bas_jar_mast |
| | | where 1=1 |
| | | and jar_id = #{jarId} |
| | | and wrk_sts |
| | | </select> |
| | | |
| | | <select id="selectJarMastOperation2" resultType="Integer"> |
| | | select count(1) from asr_bas_jar_mast |
| | | where 1=1 |
| | | and jar_id = #{jarId} |
| | | and wrk_sts |
| | | </select> |
| | | |
| | | <select id="selectJarMastOperation3" resultType="Integer"> |
| | | select count(1) from asr_bas_jar_mast |
| | | where 1=1 |
| | | and jar_id = #{jarId} |
| | | and wrk_sts |
| | | </select> |
| | | |
| | | <select id="selectJarMastOperation4" resultType="Integer"> |
| | | select count(1) from asr_bas_jar_mast |
| | | where 1=1 |
| | | and jar_id = #{jarId} |
| | | and wrk_sts |
| | | </select> |
| | | |
| | | </mapper> |