Browse Source

管理员搜索列表去空处理修改

anderx 3 years ago
parent
commit
9635e2ef27

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