Commit 0cfa1eaa by jinxin

Merge remote-tracking branch 'origin/feature/六月需求'

parents 728ed180 144e2247
......@@ -134,7 +134,7 @@ public class AppOrderController {
if (loginUser == null || StringUtils.isBlank(loginUser.getEnterpriseId())) {
return RestResponse.failure(Convert.toStr(HaoBanErrCode.ERR_4.getCode()), HaoBanErrCode.ERR_4.getMsg());
}
ServiceResponse<Boolean> response = appOrderApiService.getAppOrderList(JSON.toJSONString(param));
ServiceResponse<Boolean> response = appOrderApiService.getAppOrderList(param);
if (response.isSuccess()){
logger.info("定时数据返回结果测试");
return RestResponse.successResult(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment