表名问题
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</select>
|
||||
<select id="selectAllAndSearch" resultType="com.chaozhanggui.system.cashierservice.entity.TbShopSong">
|
||||
select *
|
||||
from fycashier.tb_shop_song where shop_id=#{shopId}
|
||||
from tb_shop_song where shop_id=#{shopId}
|
||||
and status=1
|
||||
<if test="keyWord != null and keyWord != ''">
|
||||
and name like CONCAT('%',#{keyWord},'%')
|
||||
|
||||
Reference in New Issue
Block a user