| | |
| | | <select id="queryPageList" resultType="org.jeecg.modules.tms.entity.vo.OutStoreDetailVo"> |
| | | SELECT |
| | | t1.id, |
| | | t1.tool_code toolCode, |
| | | t2.tool_code toolCode, |
| | | t1.tool_id toolId, |
| | | t1.out_storehouse_type outStorehouseType, |
| | | t1.goods_shelves_code goodsShelvesCode, |
| | | t1.out_number outNumber, |
| | | t1.out_storehouse_id outStorehouseId, |
| | | t1.operate_type operateType, |
| | | case t1.operate_type |
| | | when '1' then '申请单' |
| | | when '2' then '手工操作' |
| | | else '' |
| | | end operateType, |
| | | t1.create_by createBy, |
| | | t1.create_time createTime, |
| | | t2.chinese_name chineseName, |
| | | t2.tool_model toolModel, |
| | | t2.parama_table_name paramaTableName, |
| | | case t3.application_type |
| | | when '1' then '通用工具' |
| | | when '2' then '专用工具' |
| | | else '' |
| | | end applicationType, |
| | | <choose> |
| | | <when test="ew.paramNameValuePairs.paramaTableName == '1'"> |
| | | t4.tool_material toolMaterial, |