根据意向区域找大区id
This commit is contained in:
@@ -68,7 +68,8 @@
|
||||
store_id as storeId,
|
||||
region_type as regionType,
|
||||
is_external_node as isExternalNode,
|
||||
third_dept_id as thirdDeptId
|
||||
third_dept_id as thirdDeptId,
|
||||
third_region_type as thirdRegionType
|
||||
from region_${enterpriseId} where id in
|
||||
<foreach collection="regionIds" index="index" item="regionId"
|
||||
separator="," open="(" close=")">
|
||||
|
||||
Reference in New Issue
Block a user