fix:修复

dev_fifo_z
chenhc 6 months ago
parent f655fb34c9
commit e6902de5c7

@ -6,7 +6,7 @@
<select id="filterList" resultType="com.glxp.api.res.basic.SysWorkplaceFreightResponse"> <select id="filterList" resultType="com.glxp.api.res.basic.SysWorkplaceFreightResponse">
select swf.*, select swf.*,
sw.workplaceName workPlaceName, sw.workplaceName workPlaceName,
COUNT(swl.freightCode) as layerCount,ccc.reCount COUNT(swl.freightCode) as layerCount,ifnull(ccc.reCount,0) as reCount
from sys_workplace_freight swf from sys_workplace_freight swf
left join ( left join (
select freightCode,count(freightCode), min(reCount) as reCount from select freightCode,count(freightCode), min(reCount) as reCount from

Loading…
Cancel
Save