短信、通知以及建店完成更新用户数据

This commit is contained in:
bianyadong
2024-05-10 19:05:20 +08:00
parent d5eb2b9def
commit 3f226b109e
15 changed files with 112 additions and 6 deletions

View File

@@ -73,5 +73,10 @@
</foreach>
</if>
</select>
<select id="getByStoreNum" resultMap="BaseResultMap">
select *
from store_${enterpriseId}
where store_num = #{storeNum}
</select>
</mapper>