| | |
| | | <result column="full_plt" property="fullPlt" /> |
| | | <result column="pre_have" property="preHave" /> |
| | | <result column="take_none" property="takeNone" /> |
| | | <result column="rgv_no" property="rgvNo" /> |
| | | <result column="rgv_ssta_no" property="rgvSstaNo" /> |
| | | <result column="rgv_dsta_no" property="rgvDstaNo" /> |
| | | <result column="work_no_other" property="workNoOther" /> |
| | | </resultMap> |
| | | |
| | | <select id="selectToBeCompleteData" resultMap="BaseResultMap"> |
| | |
| | | </otherwise> |
| | | </choose> |
| | | </select> |
| | | <select id="selectLastInEmptyLoc" resultType="com.zy.asrs.entity.WrkMast"> |
| | | select wrk_no wrkNo,ctn_type ctnType,Pdc_type PdcType,loc_no locNo from asr_wrk_mast where sta_no = 1050 and wrk_sts in(2,9,10) order by io_time desc |
| | | </select> |
| | | |
| | | </mapper> |