|
@@ -73,7 +73,6 @@ public class OrderInvoiceServiceImpl extends BaseMybatisDao<TOrderInvoiceMapper>
|
|
|
public int updateServiceOrder(TOrderInvoice o) {
|
|
public int updateServiceOrder(TOrderInvoice o) {
|
|
|
sendNoticeAndEmail(o);
|
|
sendNoticeAndEmail(o);
|
|
|
addInvoiceLog(o.getId(),5);
|
|
addInvoiceLog(o.getId(),5);
|
|
|
- o.setApproval(1);
|
|
|
|
|
o.setStatus(1);
|
|
o.setStatus(1);
|
|
|
return tOrderInvoiceMapper.updateByPrimaryKeySelective(o);
|
|
return tOrderInvoiceMapper.updateByPrimaryKeySelective(o);
|
|
|
}
|
|
}
|