This commit is contained in:
15066119699 2025-03-09 13:50:52 +08:00
parent e6edf40068
commit fcacfda606

View File

@ -1204,7 +1204,7 @@ public class AppTaskController extends BaseController
AppPmsOrderOut appPmsOrderOut = new AppPmsOrderOut(); AppPmsOrderOut appPmsOrderOut = new AppPmsOrderOut();
appPmsOrderOut.setGoodsId(task.getGoodsId()); appPmsOrderOut.setGoodsId(task.getGoodsId());
appPmsOrderOut.setOrderId(task.getOrderId()); appPmsOrderOut.setOrderId(task.getOrderId());
appPmsOrderOut.setOrderStatus(1); appPmsOrderOut.setIsLock("1");
List<AppPmsOrderOut> appPmsOrderOuts = appPmsOrderOutService.selectAppPmsOrderOutList(appPmsOrderOut); List<AppPmsOrderOut> appPmsOrderOuts = appPmsOrderOutService.selectAppPmsOrderOutList(appPmsOrderOut);
if(CollectionUtils.isEmpty(appPmsOrderOuts)){ if(CollectionUtils.isEmpty(appPmsOrderOuts)){
return error("数据服务异常,请重试"); return error("数据服务异常,请重试");