| | |
| | | |
| | | </resultMap> |
| | | |
| | | <select id="getWrkMastByWrkNo" resultMap="BaseResultMap"> |
| | | <select id="getWrkMastExecuteByWrkNo" resultMap="BaseResultMap"> |
| | | select top 1 * from jar_wrk_mast_execute |
| | | where 1=1 |
| | | and jar_id = #{jarId} |
| | | </select> |
| | | |
| | | <select id="getWrkMastExecuteByJarId" resultMap="BaseResultMap"> |
| | | select * from jar_wrk_mast_execute |
| | | where 1=1 |
| | | and jar_id = #{jarId} |
| | | </select> |
| | | |
| | | <select id="getWrkMastByJarIdCount" resultType="Integer"> |
| | | <select id="sselectWrkMastExecuteByType" resultMap="BaseResultMap"> |
| | | select * from jar_wrk_mast_execute |
| | | where 1=1 |
| | | and type = #{type} |
| | | and io_type = #{iotype} |
| | | and wrk_type = 0; |
| | | </select> |
| | | |
| | | <select id="getWrkMastExecuteByJarIdCount" resultType="Integer"> |
| | | select count(1) from jar_wrk_mast_execute |
| | | where 1=1 |
| | | and jar_id = #{jarId} |