存放地和提货点新增

This commit is contained in:
God
2023-03-21 17:33:05 +08:00
parent 647dcb7996
commit 2e6fca8ed1
7 changed files with 103 additions and 0 deletions

View File

@@ -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>