|
@@ -273,10 +273,10 @@ public class StaffService extends BaseService<Staff> {
|
|
|
List<SettingValue> settingValueList = new ArrayList<>();
|
|
List<SettingValue> settingValueList = new ArrayList<>();
|
|
|
// 自动办理
|
|
// 自动办理
|
|
|
settingValueList.add(new SettingValue().setCpId(cpId).setSettingCode(Constant.SystemConstant.IVT_001.getValue())
|
|
settingValueList.add(new SettingValue().setCpId(cpId).setSettingCode(Constant.SystemConstant.IVT_001.getValue())
|
|
|
- .setSettingValue("true"));
|
|
|
|
|
|
|
+ .setSettingValue("false"));
|
|
|
// 欠货销售
|
|
// 欠货销售
|
|
|
settingValueList.add(new SettingValue().setCpId(cpId).setSettingCode(Constant.SystemConstant.IVT_002.getValue())
|
|
settingValueList.add(new SettingValue().setCpId(cpId).setSettingCode(Constant.SystemConstant.IVT_002.getValue())
|
|
|
- .setSettingValue("true"));
|
|
|
|
|
|
|
+ .setSettingValue("false"));
|
|
|
settingValueMapper.insertBatch(settingValueList);
|
|
settingValueMapper.insertBatch(settingValueList);
|
|
|
}
|
|
}
|
|
|
for (int i = 0; i < listRoles.size(); i++) {
|
|
for (int i = 0; i < listRoles.size(); i++) {
|