Browse Source

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

anderx 3 years ago
parent
commit
7319c2ebe3

+ 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) {
 		sendNoticeAndEmail(o);
 		addInvoiceLog(o.getId(),5);
-		o.setApproval(1);
 		o.setStatus(1);
 		return tOrderInvoiceMapper.updateByPrimaryKeySelective(o);
 	}