Commit 48cded8f authored by 龚小红's avatar 龚小红

1.增加客户资料配置的测试用例

parent 8513e21f
...@@ -445,7 +445,7 @@ public class Work implements Authorization { ...@@ -445,7 +445,7 @@ public class Work implements Authorization {
public void 修改客户个人信息(){ public void 修改客户个人信息(){
HashMap<String,Object> params = new HashMap<>(); HashMap<String,Object> params = new HashMap<>();
long now = System.currentTimeMillis(); long now = System.currentTimeMillis();
long tomorrow = now-(now + 8*3600 * 1000) % (60*60*24*1000) + 86400000; long tomorrow = now-(now + 8*3600 * 1000) % (60*60*24*1000) - 86400000;
params.put("custId", cust_id); params.put("custId", cust_id);
params.put("birthdayTime", tomorrow); params.put("birthdayTime", tomorrow);
params.put("custAddress", "老的客户住址"); params.put("custAddress", "老的客户住址");
......
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