| | |
| | | <if test="wrkSts != null"> |
| | | and wrk_sts = #{wrkSts} |
| | | </if> |
| | | <if test="jarRegin != null"> |
| | | and jar_regin = #{jarRegin} |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="selectWrkMastExecuteByWrk" resultMap="BaseResultMap"> |
| | |
| | | and jar_regin = #{jarRegin} |
| | | and wrk_type != 0 |
| | | </select> |
| | | <select id="selectNoStartCharge" resultType="Integer"> |
| | | select count(1) from jar_wrk_mast_execute |
| | | where 1=1 |
| | | and jar_regin = #{jarRegin} |
| | | and wrk_type != 0 |
| | | and io_type != 100 |
| | | </select> |
| | | |
| | | <select id="selectMoveStart" resultType="Integer"> |
| | | select count(1) from jar_wrk_mast_execute |