存放地和提货点新增
This commit is contained in:
@@ -230,4 +230,11 @@
|
||||
|
||||
</select>
|
||||
|
||||
<select id="getPickupPoint" resultType="com.zscat.mallplus.oms.entity.OmsOrderLocation">
|
||||
select id,name from building_community where company_id = #{id}
|
||||
</select>
|
||||
|
||||
<select id="getLocation" resultType="com.zscat.mallplus.oms.entity.OmsOrderLocation">
|
||||
select id,name from build_wuye_company
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user