导出修改
This commit is contained in:
parent
0daa17af13
commit
7d4f5bf2bc
|
|
@ -28,7 +28,7 @@
|
|||
left join mm_type mt2 on mt.PARENT_ID=mt2.id
|
||||
left join mm_type mt3 on mt2.PARENT_ID=mt3.id
|
||||
where mm.BATCH_STATUS=7
|
||||
<where >
|
||||
|
||||
<if test="name!=null and name!=''">
|
||||
and mt2.NAME like concat('%',#{name},'%')
|
||||
</if>
|
||||
|
|
@ -38,7 +38,6 @@
|
|||
<if test="model!=null and model!=''">
|
||||
and mt.NAME like concat('%',#{model},'%')
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
<select id="getWfRecordList" resultType="com.bonus.gzgqj.business.app.entity.MachinesVo">
|
||||
select wir.sup_id ,wat.AGREEMENT_ID,
|
||||
|
|
|
|||
Loading…
Reference in New Issue