@@ -391,7 +391,7 @@ public class AppTbIndentController {
//校验当前骑手是否能接单
Result checkData = tbIndentService.checkIndent(userId, acquireCode);
if((int)checkData.get("code") != 0){
- return Result.error("当前订单无法接单");
+ return checkData;//Result.error("当前订单无法接单");
}
@@ -19,7 +19,7 @@ spring:
allow-circular-references: true
# 环境 dev|test|prod
profiles:
- active: dev
+ active: prod
# jackson时间格式化
jackson:
time-zone: GMT+8