|
@@ -62,7 +62,7 @@ public class OrderInvoiceServiceImpl extends BaseMybatisDao<TOrderInvoiceMapper>
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private void pushOrderInvoiceExamine(TOrderInvoice o) {
|
|
private void pushOrderInvoiceExamine(TOrderInvoice o) {
|
|
|
- List<Admin> admins =null;
|
|
|
|
|
|
|
+ List<Admin> admins =new ArrayList<>();
|
|
|
StringBuffer str=new StringBuffer();
|
|
StringBuffer str=new StringBuffer();
|
|
|
if (o.getType()==0){
|
|
if (o.getType()==0){
|
|
|
if (o.getApproval()==0){
|
|
if (o.getApproval()==0){
|