| src/main/resources/mapper/production/ProductionProductMainMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -37,8 +37,8 @@ left join sales_ledger sl on sl.id = po.sales_ledger_id left join sys_user u on u.user_id = ppm.user_id <where> <if test="c.nickName != null and c.nickName != ''"> and u.nick_name like concat('%',#{c.nickName},'%') <if test="c.teamNames != null and c.teamNames != ''"> and ppm.team_names like concat('%',#{c.teamNames},'%') </if> <if test="c.workOrderNo != null and c.workOrderNo != ''"> and pwo.work_order_no like concat('%',#{c.workOrderNo},'%') @@ -134,4 +134,4 @@ #{id} </foreach> </delete> </mapper> </mapper>