|
@@ -653,6 +653,9 @@ public class InvoiceServiceImpl implements InvoiceService {
|
|
|
if (invoice == null) {
|
|
if (invoice == null) {
|
|
|
throw new IllegalOperatorException("没有传入有效的订单信息");
|
|
throw new IllegalOperatorException("没有传入有效的订单信息");
|
|
|
}
|
|
}
|
|
|
|
|
+ if (invoice.getStatus().intValue() != Status.INBOUND.value()) {
|
|
|
|
|
+ return ResultMap.success("");
|
|
|
|
|
+ }
|
|
|
User user = SystemSession.getUser();
|
|
User user = SystemSession.getUser();
|
|
|
Long useruu = null;
|
|
Long useruu = null;
|
|
|
if (user == null) {
|
|
if (user == null) {
|