|
|
|
@ -335,7 +335,7 @@ public class RiskBusinessServiceImpl implements RiskBusinessService, ManagerTodo
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void setRiskOrders(JSONObject params){
|
|
|
|
|
if(StringUtils.isNotBlank(params.getString("order_ids"))){
|
|
|
|
|
if(StringUtils.isNotBlank(params.getString("real_order_ids"))){
|
|
|
|
|
String riskId = params.getString("risk_id");
|
|
|
|
|
String orderIds = params.getString("real_order_ids");
|
|
|
|
|
for(String orderId : orderIds.split(",")){
|
|
|
|
|