feat:store_master_signer_info

This commit is contained in:
苏竹红
2025-09-24 10:06:15 +08:00
parent 67430e9498
commit 5c353d4de8

View File

@@ -94,7 +94,7 @@
<select id="listByMobile" resultMap="BaseResultMap"> <select id="listByMobile" resultMap="BaseResultMap">
select a.* select a.*
from store_${enterpriseId} a left join store_master_signer_info_5558ce7a3aa84e3590392fcaa8697ffb b on a.store_id = b.store_id from store_${enterpriseId} a left join store_master_signer_info_${enterpriseId} b on a.store_id = b.store_id
<where> <where>
and a.is_delete = 'effective' and a.is_delete = 'effective'
<if test="mobile!=null and mobile !=''"> <if test="mobile!=null and mobile !=''">