Commit 40eaee7e by 宋祥

1.账号默认不过期

parent 32d282a6
......@@ -84,7 +84,7 @@ public class ServiceHPSC002 extends ServiceBase {
try {
inInfo = super.query(inInfo, HPSC002.APPQUERY, new HPSC002());
} catch (Exception e) {
LogUtils.setDetailMsg(inInfo, e, "查询失败");
LogUtils.setMsg(inInfo, e, "查询失败");
}
return inInfo;
}
......
......@@ -119,7 +119,7 @@ public class ServiceXS0102 extends ServiceEPBase implements LoginConstants {
return inInfo;
}
inInfoRowMap.put("accountExpireDate", DateUtils.toDateStr8(gc.getTime()));
inInfoRowMap.put("accountExpireDate", "29991231");
gc.setTime(new Date());
try {
......
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