fix open_status is null

master
luoyang 6 years ago
parent 7366223785
commit 9e7e7d9acb

@ -353,6 +353,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
sysClient.put("source", 4);
sysClient.put("org_id", 1);
sysClient.put("approve_result", 2);
sysClient.put("open_status", null);
sysClient.put("approve_time", new Date());
sysClient.put("creator", 0);
sysClient.put("business_name", apply.getString("short_name"));

Loading…
Cancel
Save