fix: 修改

dev_2.5_optimize
chenhc 5 months ago
parent 0ece92133b
commit f144c0729d

@ -91,6 +91,7 @@ public class SysWorkplaceQueueResponse {
* *
*/ */
private String workplaceName; private String workplaceName;
private String prepnSpec;
/** /**
* *

@ -41,10 +41,10 @@
select swq.*, select swq.*,
bp.nameCode, bp.nameCode,
COALESCE(bp.ggxh, bp.bzgg) AS ggxh, COALESCE(bp.ggxh, bp.bzgg) AS ggxh,
bp.cpmctymc,sys_workplace.workplaceName bp.cpmctymc,sys_workplace.workplaceName,bp.prepnSpec
from sys_workplace_queue swq from sys_workplace_queue swq
left join left join
(select bu.id, bp.nameCode, bp.ggxh, bp.cpmctymc, bp.bzgg (select bu.id, bp.nameCode, bp.ggxh, bp.cpmctymc, bp.bzgg, bp.prepnSpec
from basic_udirel bu from basic_udirel bu
left join basic_products bp ON bu.uuid = bp.uuid left join basic_products bp ON bu.uuid = bp.uuid
group by bu.id, bp.nameCode, bp.ggxh, bp.cpmctymc) as bp ON bp.id = swq.relId group by bu.id, bp.nameCode, bp.ggxh, bp.cpmctymc) as bp ON bp.id = swq.relId

Loading…
Cancel
Save