|
|
|
@ -100,6 +100,7 @@ public class RServicesApplyServiceImpl implements RServicesApplyService {
|
|
|
|
|
serviceInfo.put("incremental_mode", 2);
|
|
|
|
|
serviceInfo.put("incremental_rate_value", 0);
|
|
|
|
|
}
|
|
|
|
|
serviceInfo.put("title", applyInfo.getString("title"));
|
|
|
|
|
if (clientServices == null) {
|
|
|
|
|
serviceInfo.put("incremental_id", UUID.randomUUID().toString());
|
|
|
|
|
serviceInfo.put("client_id", applyInfo.getIntValue("client_id"));
|
|
|
|
|