|
@ -2637,7 +2637,7 @@ public class SignWebService extends BaseService {
|
|
|
com.alibaba.fastjson.JSONObject json = com.alibaba.fastjson.JSONObject.parseObject(response);
|
|
|
if(json.getInteger("status")==200){
|
|
|
com.alibaba.fastjson.JSONObject data = json.getJSONObject("data");
|
|
|
if("1".equals(data.getString("CODE"))){
|
|
|
if("1".equals(data.getString("CODE"))&&data.getJSONArray("DATA").size()>0){
|
|
|
int sign_limit_number = data.getJSONArray("DATA").getJSONObject(0).getInteger("SIGN_LIMIT_NUMBER");//签约上线
|
|
|
limitTotal+=sign_limit_number;
|
|
|
}
|