|
@@ -123,7 +123,7 @@
|
|
|
content ->> '$.number' as number, content ->> '$.contractNo' as contractNo,
|
|
|
content ->> '$.cPersonName' as cPersonName,
|
|
|
content ->> '$.outboundNumber' as outboundNumber,
|
|
|
- content ->> '$.makingPeople' as makingPeople
|
|
|
+ content ->> '$.makingPeople' as makingPeople, status
|
|
|
from sy_fabric_loss_report
|
|
|
where 1=1
|
|
|
<if test="sy.createTime != null and sy.createTime !=''">
|