配送明细客户id值;

This commit is contained in:
王奎兴
2026-07-10 15:57:01 +08:00
parent d45206a644
commit 762c9d4bf4
4 changed files with 10 additions and 4 deletions
@@ -466,4 +466,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="boxPalletNo" column="box_pallet_no"/>
</resultMap>
<select id="queryShipperId" resultType="java.lang.Long">
select max(user_id) as user_id from NGWL_TEST_USER."USER" where ORGANIZATION_ID = #{organizationId} and USER_MEMBER_CODE = #{userMemberCode} and DEL_FLAG = 1
</select>
</mapper>