|
|
@@ -480,7 +480,7 @@
|
|
|
set x.cost_amount =y.cost,x.payment_amount =y.party,x.patent_cost =y.zlc,x.patent_cost_actual =y.zlf,
|
|
|
x.soft_cost =y.rzc,x.soft_cost_actual =y.rzf,x.audit_cost =y.sjc,x.audit_cost_actual =y.sjf,
|
|
|
x.other_cost =qtc,x.other_cost_actual =y.qtf,x.expect_profit =z.total_amount-y.cost,
|
|
|
- x.actual_profit =z.total_amount-y.party
|
|
|
+ x.actual_profit =z.settlement_amount-y.party
|
|
|
where x.order_no =y.order_no and x.order_no=z.order_no
|
|
|
</update>
|
|
|
|