仪表盘
版本库
文件存储
活动
搜索
登录
430
/
mdc_430_new
新版430
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加三级保养工作计划单生成规则
lyh
2 天以前
0d06048c5d560e301bf17fad476975c8ffffcb56
[430/mdc_430_new.git]
/
lxzn-module-eam
/
src
/
main
/
java
/
org
/
jeecg
/
modules
/
eam
/
mapper
/
xml
/
EamTechnicalStatusEvaluationApplicationMapper.xml
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.jeecg.modules.eam.mapper.EamTechnicalStatusEvaluationApplicationMapper">
<select id="queryPageList" resultType="org.jeecg.modules.eam.entity.EamTechnicalStatusEvaluationApplication">
select ems.*,ems.factory_org_code as 'factoryOrgCode', e.equipment_code, e.equipment_name, e.equipment_model, e.factory_org_code as 'factoryCode'
from eam_technical_status_evaluation_application ems
inner join eam_equipment e on ems.equipment_id = e.id
${ew.customSqlSegment}
</select>
</mapper>