demand: 销售回款率相关需求
This commit is contained in:
parent
eb8f52eb39
commit
0d615c5a9a
@ -1321,10 +1321,7 @@
|
||||
group by
|
||||
<choose>
|
||||
<when test="params.statisticsType != null and params.statisticsType == 1">
|
||||
ifnull(tbSB.salesSupport,'')
|
||||
</when>
|
||||
<when test="params.statisticsType != null and params.statisticsType == 2">
|
||||
tbMA.salesmen
|
||||
tbMA.salesmen,ifnull(tbSB.salesSupport,'')
|
||||
</when>
|
||||
<otherwise>
|
||||
tbMA.salesmen
|
||||
|
||||
Loading…
Reference in New Issue
Block a user