增加store校验
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<select id="getByStoreNum" resultMap="BaseResultMap">
|
||||
select *
|
||||
from store_${enterpriseId}
|
||||
where store_num = #{storeNum}
|
||||
where store_num = #{storeNum} and is_delete = 'effective'
|
||||
</select>
|
||||
|
||||
<select id="listByMobile" resultMap="BaseResultMap">
|
||||
|
||||
Reference in New Issue
Block a user