From b5c5eb130ca0848124f9d136af4be142ad5aac07 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 26 六月 2023 14:42:02 +0800 Subject: [PATCH] backup0626 --- force-app/main/default/classes/LexOverdueStockController.cls | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/force-app/main/default/classes/LexOverdueStockController.cls b/force-app/main/default/classes/LexOverdueStockController.cls index adbaaa7..c6d0fd1 100644 --- a/force-app/main/default/classes/LexOverdueStockController.cls +++ b/force-app/main/default/classes/LexOverdueStockController.cls @@ -146,12 +146,13 @@ } } // return; - System.debug('overduePageRecords = ' + overduePageRecords); + System.debug('overduePageRecords = ' + overduePageRecords); + System.debug('overdueList = ' + overdueList); data.put('overduePageRecords',JSON.serialize(overduePageRecords)); data.put('codPageRecords',JSON.serialize(codPageRecords)); data.put('iSinventory',iSinventory); data.put('overdueList',overdueList); - res.status = 'Success'; + res.status = 'Success1'; res.code = 200; // res.msg = '璇疯緭鍏arCode鍙�'; System.debug('res = ' + res); @@ -233,7 +234,7 @@ StaticParameter.EscapeConsumableOrderDetail2Trigger = true; if(!iSinventory){ // ApexPages.addmessage(new ApexPages.message(ApexPages.severity.ERROR,'璇峰厛鐐广�怋arCode褰曞叆銆�')); - return new ResponseBodyLWC('Error',500, '璇峰厛褰曞叆BarCode', ''); + return new ResponseBodyLWC('Error',500, '璇峰厛鐐瑰嚮鑾峰彇鏄庣粏', ''); // return null; } integer Lo = 0; -- Gitblit v1.9.1