| | |
| | | <result column="line_number" property="lineNumber" /> |
| | | <result column="wrk_type" property="wrkType" /> |
| | | <result column="bign_time" property="bignTime" /> |
| | | <result column="work_sta" property="workSta"/> |
| | | <result column="rgv_no" property="rgvNo"/> |
| | | <result column="mk" property="mk"/> |
| | | |
| | | </resultMap> |
| | | |
| | | <select id="wrkCount1" resultType="Integer"> |
| | | SELECT COUNT(*) FROM asr_wrk_mast_sta WHERE wrk_start < 2000 |
| | | </select> |
| | | |
| | | |
| | | <select id="wrkCount2" resultType="Integer"> |
| | | SELECT COUNT(*) |
| | | FROM asr_wrk_mast_sta |
| | | WHERE wrk_start > 2000 |
| | | </select> |
| | | |
| | | <select id="selectToBeHistoryData" resultMap="BaseResultMap"> |
| | | select * from asr_wrk_mast_sta |
| | | where wrk_sts = 3 |
| | | order by wrk_no asc |
| | | </select> |
| | | |
| | | |
| | | </mapper> |