|
|
@@ -309,6 +309,7 @@ public class OrderInvoiceServiceImpl extends BaseMybatisDao<TOrderInvoiceMapper>
|
|
|
t.setRejectReason(reason);
|
|
|
List<String> aids=new ArrayList<>();
|
|
|
TOrderInvoice o=tOrderInvoiceMapper.selectByPrimaryKey(id);
|
|
|
+ t.setApproval(o.getApproval());
|
|
|
t.setType(o.getType());
|
|
|
t.setStatus(o.getStatus());
|
|
|
t.setOrderNo(o.getOrderNo());
|