bug状态修改

This commit is contained in:
haozq 2025-01-20 16:39:01 +08:00
parent ae562cd0ea
commit 57a90faca8
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
CASE WHEN cpa.dispatch_num = 0 THEN '1'
WHEN cpa.dispatch_num > 0 THEN '2'
END AS dispatchStatus,
IFNULL( cpo.dispatch_num,0) dispatch_num,IFNULL(cpo.money,0) money
IFNULL( cpo.dispatch_num,0) dispatch_num,IFNULL(cpo.money,0) money,
cs.name AS supName,
cpa.code,
if(csp.id is null,'未支付','已支付') payStatus