收银点更改

This commit is contained in:
liuyingfang
2024-02-19 17:45:38 +08:00
parent 93ad59c289
commit ce094f50f5
12 changed files with 234 additions and 23 deletions

View File

@@ -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>