预约改造;pda报错;
This commit is contained in:
@@ -769,4 +769,12 @@
|
||||
<result property="inboundQuantity" column="inbound_quantity"/>
|
||||
</resultMap>
|
||||
|
||||
<select id="getJsbz" resultType="java.lang.String" parameterType="java.lang.Long">
|
||||
SELECT
|
||||
SETTLEMENT_CURRENCY
|
||||
FROM NGWL_TEST_USER.USER_SHIPPER
|
||||
WHERE del_flag = 1
|
||||
AND USER_ID = #{id} limit 1
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user