fix nullpointer error

master
yixian 7 years ago
parent a5ff2cca40
commit b331b211aa

@ -10,7 +10,7 @@ import com.alibaba.fastjson.JSONObject;
public class SettleHourModify extends ClientConfigModify {
private int settle_hour;
public SettleHourModify(JSONObject account, String clientMoniker, int settle_hour) {
public SettleHourModify(JSONObject account, String clientMoniker, Integer settle_hour) {
super(account, clientMoniker);
this.settle_hour = settle_hour;
}

Loading…
Cancel
Save