|
|
|
@ -128,7 +128,6 @@
|
|
|
|
|
bp.zczbhhzbapzbh,
|
|
|
|
|
bp.ybbm,
|
|
|
|
|
bp.zxxsdycpbs,
|
|
|
|
|
bc.name supName,
|
|
|
|
|
sw.workPlaceName,
|
|
|
|
|
swd.busName,
|
|
|
|
|
swd.monopoly,
|
|
|
|
@ -146,7 +145,6 @@
|
|
|
|
|
LEFT JOIN sys_workplace_queue swq ON swq.code = isfi.workPlaceQueueCode
|
|
|
|
|
LEFT JOIN sys_workplace_freight swf ON swq.freightCode = swf.code
|
|
|
|
|
LEFT JOIN basic_products bp ON bu.uuid = bp.uuid
|
|
|
|
|
left join basic_corp bc on bc.erpId = isfi.supId
|
|
|
|
|
left join sys_workplace sw on sw.workplaceId = isfi.workPlaceCode
|
|
|
|
|
left join sys_workplace_document swd on swd.documentTypeCode = isfi.busType
|
|
|
|
|
<where>
|
|
|
|
@ -205,7 +203,6 @@
|
|
|
|
|
or bp.zczbhhzbapzbh like concat('%', #{keyWords}, '%')
|
|
|
|
|
or bp.ylqxzcrbarmc like concat('%', #{keyWords}, '%')
|
|
|
|
|
or bp.manufactory like concat('%',#{keyWords},'%')
|
|
|
|
|
or bc.name like concat('%',#{keyWords},'%')
|
|
|
|
|
or swd.busName like concat('%',#{keyWords},'%')
|
|
|
|
|
)
|
|
|
|
|
</if>
|
|
|
|
|