预售提货配额提醒,改成还有未完成的配额

dev
wuwenxiong 2022-02-14 16:16:30 +08:00
parent c671763676
commit 148bb47383
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ public class OrderclusterSyncService extends BaseSyncService {
List<Record> list = OrderclusterService.me.undonlist(model.getSupermarketId(), model.getCustomerId(), null);
if (list != null && !list.isEmpty()) {
return Result.failed("还有未完成的预售订单");
return Result.failed("还有未完成的配额");
}
// 余额