Commit b87c5b0e authored by shangying's avatar shangying

对外接口发送了一些变化

parent 19df7bfb
......@@ -57,7 +57,7 @@ public class OneClickDataController {
return Result.buildFail("暂不支持Channel=1的渠道");
}
String fundID=oneClickModelNew.getFundID();
if(CommonType.PRODUCTID540.equals(fundID) || CommonType.PRODUCTID610.equals(fundID) || CommonType.PRODUCTID650.equals(fundID) || CommonType.PRODUCTID670.equals(fundID)){
if(CommonType.PRODUCTID540.getDesc().equals(fundID) || CommonType.PRODUCTID610.getDesc().equals(fundID) || CommonType.PRODUCTID650.getDesc().equals(fundID) || CommonType.PRODUCTID670.getDesc().equals(fundID)){
return Result.buildFail("暂不支持惠金所业务");
}
log.info("打印最新的oneClickModelNew={}", oneClickModelNew);
......
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