谷丰维他奶oms流程添加
This commit is contained in:
+10
-2
@@ -191,6 +191,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<sql id="selectBusinessDocumentOrderPo1">
|
||||
<where>
|
||||
AND SPLICING_ORDER_TYPE in (0, 2, 4)
|
||||
<if test="id != null ">
|
||||
and ID = #{id}
|
||||
</if>
|
||||
@@ -718,8 +719,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<include refid="selectBusinessDocumentOrderPo3"/>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
|
||||
<select id="getAddressByUserAccount" resultType="com.mhd.common.core.domain.po.UserPo">
|
||||
select * from NGWL_TEST_USER."USER" where user_member_code =#{customerNumber}
|
||||
</select>
|
||||
<select id="getTmsOrderInfo" resultType="java.lang.String">
|
||||
select id from NGWL_TEST_WLHY.TMS_ORDER where EXECUTE_ORDER_NUMBER = #{goodsNumber} and SPLICING_ORDER_TYPE = 2
|
||||
</select>
|
||||
<select id="getTmsTransportNote" resultType="com.mhd.system.api.domain.TmsTransportNote">
|
||||
select * from NGWL_TEST_WLHY.TMS_TRANSPORT_NOTE where ORDER_ID = #{tmsOrderId}
|
||||
</select>
|
||||
|
||||
|
||||
<sql id="selectBusinessDocumentOrderPo3">
|
||||
|
||||
Reference in New Issue
Block a user