收银点更改
This commit is contained in:
@@ -14,5 +14,10 @@
|
||||
SELECT id FROM tb_pluss_merchant_channel WHERE `status` = 1
|
||||
</select>
|
||||
|
||||
<select id="selectList" resultType="cn.pluss.platform.entity.MerchantChannel">
|
||||
SELECT id,channelName FROM tb_pluss_merchant_channel WHERE `status` = 1
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user