fix: 智聪记账管理,pos刷卡推荐,功能优化。
This commit is contained in:
@@ -186,7 +186,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
(
|
(
|
||||||
select
|
select
|
||||||
STRING_AGG(to_char(atr.create_time,
|
STRING_AGG(to_char(atr.create_time,
|
||||||
'yyyy-MM-dd')|| '-' || pm.name || '(' || pm.merchant_name || ')'|| '-' ||bcl.name ::text,
|
'yyyy-MM-dd')|| '-' || pm.name || '(' || pm.merchant_name || ')'|| '-' ||bcl.name || '-刷卡' ||atr.amount ::text,
|
||||||
'、'
|
'、'
|
||||||
order by
|
order by
|
||||||
atr.create_time) as posNames
|
atr.create_time) as posNames
|
||||||
|
|||||||
Reference in New Issue
Block a user