Browse Source

Merge branch 'dev' into pre-production

master
pref_mail@163.com 5 months ago
parent
commit
20f8ededa7
  1. 2
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistrilbutionBillLadingMapper.xml

2
blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistrilbutionBillLadingMapper.xml

@ -1020,7 +1020,7 @@
GROUP_CONCAT( DISTINCT t.loadingUser ) AS loadingUser, GROUP_CONCAT( DISTINCT t.loadingUser ) AS loadingUser,
GROUP_CONCAT( DISTINCT t.signUser ) AS signUser, GROUP_CONCAT( DISTINCT t.signUser ) AS signUser,
GROUP_CONCAT( DISTINCT t.signOrderCode ) AS signOrderCode, GROUP_CONCAT( DISTINCT t.signOrderCode ) AS signOrderCode,
3 AS type, 4 AS type,
#{userId} AS userId, #{userId} AS userId,
#{nickName} AS nickName #{nickName} AS nickName
FROM FROM

Loading…
Cancel
Save