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 prepnSpec;
/**
*

@ -41,10 +41,10 @@
select swq.*,
bp.nameCode,
COALESCE(bp.ggxh, bp.bzgg) AS ggxh,
bp.cpmctymc,sys_workplace.workplaceName
bp.cpmctymc,sys_workplace.workplaceName,bp.prepnSpec
from sys_workplace_queue swq
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
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

Loading…
Cancel
Save