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