|
|
@@ -549,6 +549,7 @@ public class OrderChangeServiceImpl extends BaseMybatisDao<NewOrderChangeMapper>
|
|
|
if (changeType==0) {
|
|
|
// chekeChangeTaskNumber(noc);
|
|
|
noc.setRemarks(t.getRemarks());
|
|
|
+ if(t.getContractPictureUrl()!=null)noc.setContractPictureUrl(t.getContractPictureUrl());
|
|
|
noc.setType(t.getType());
|
|
|
noc.setVoucherUrl(t.getVoucherUrl());
|
|
|
noc.setTotalAmount(t.getTotalAmount());
|