添加耗材警告

This commit is contained in:
韩鹏辉
2024-07-05 14:22:21 +08:00
parent d772c63ee5
commit 4d526525a5
5 changed files with 11 additions and 11 deletions

View File

@@ -115,7 +115,7 @@
where id = #{id,jdbcType=INTEGER}
</update>
<select id="selectByShopId" resultMap="BaseResultMap">
<select id="selectAllByShopId" resultMap="BaseResultMap">
select * from tb_user_shop_msg where shop_id=#{shopId}
</select>
</select>
</mapper>