oms修改

This commit is contained in:
赵辉
2026-04-21 16:25:52 +08:00
parent 9a39d329e6
commit e667f22564
15 changed files with 31 additions and 15 deletions
@@ -173,6 +173,7 @@
WHERE a.del_flag = 1
AND (b.del_flag = 1 OR b.del_flag IS NULL)
AND a.business_type IN (1,3)
AND a.role_code != 'customer'
</sql>
<select id="selectList" parameterType="com.mhd.user.domain.userAggregate.repository.todo.UserShipperDO"