预售提货配额提醒,改成还有未完成的配额
parent
c671763676
commit
148bb47383
|
|
@ -581,7 +581,7 @@ public class OrderclusterSyncService extends BaseSyncService {
|
||||||
List<Record> list = OrderclusterService.me.undonlist(model.getSupermarketId(), model.getCustomerId(), null);
|
List<Record> list = OrderclusterService.me.undonlist(model.getSupermarketId(), model.getCustomerId(), null);
|
||||||
|
|
||||||
if (list != null && !list.isEmpty()) {
|
if (list != null && !list.isEmpty()) {
|
||||||
return Result.failed("还有未完成的预售订单");
|
return Result.failed("还有未完成的配额");
|
||||||
}
|
}
|
||||||
|
|
||||||
// 余额
|
// 余额
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue