Просмотр исходного кода

Merge branch 'test02' of jishutao/kede-server into master

anderx лет назад: 3
Родитель
Сommit
7319c2ebe3
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/main/java/com/goafanti/order/service/impl/OrderInvoiceServiceImpl.java

+ 0 - 1
src/main/java/com/goafanti/order/service/impl/OrderInvoiceServiceImpl.java

@@ -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);
 	}
 	}