1.修改H端添加医生需要审核的问题
2.修改运动端充值后,跳转时间太长问题
| | |
| | | sysDoctor.setServerUserId(isReg ? createUserId : sysUserd.getId()); |
| | | sysDoctor.setServerUserName(isReg ? createUserName : sysUserd.getUsername()); |
| | | sysDoctor.setIsAdminUser(false); |
| | | sysDoctor.setEnabled(false); |
| | | sysDoctor.setEnabled(!isReg); |
| | | if (sysDoctorMapper.insert(sysDoctor) == 1) { |
| | | //非自主注册的 返回信息带密码 |
| | | if (!isReg) { |
| | |
| | | if (data.code === 0) { |
| | | //现将临时数据清理 |
| | | admin.putTempData("t_tempProduct", ""); |
| | | layer.msg(data.msg, { icon: 1, time: 20000 }, function () { |
| | | layer.msg(data.msg, { icon: 1, time: 3000 }, function () { |
| | | admin.finishPopupCenter(); |
| | | }); |
| | | } |