mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-17 16:13:48 +08:00
adding productSearchTag/query
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
type="net.lab1024.smartadmin.module.system.royalcanin.good.model.GoodsEntity"></resultMap>
|
||||
|
||||
<select id="findByProductCode" resultMap="GoodsEntity">
|
||||
select * from t_good_goods WHERE productCode = #{productCode}
|
||||
select * from t_good_goods WHERE product_code = #{productCode}
|
||||
</select>
|
||||
|
||||
<select id="selectRoleIdByGoodsNameBankNameTagUsedAge" resultMap="GoodsEntity">
|
||||
|
||||
Reference in New Issue
Block a user