导出修改

This commit is contained in:
haozq 2024-11-15 15:35:57 +08:00
parent 0daa17af13
commit 7d4f5bf2bc
1 changed files with 1 additions and 2 deletions

View File

@ -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,