| | |
| | | customConfig.setUpdateTime(updateTime); |
| | | if(oldValue!=null&&!oldValue.isEmpty()){ |
| | | handleChangeConfig(oldValue, newValue, key); |
| | | updatedCustomConfigs.add(customConfig); |
| | | } |
| | | updatedCustomConfigs.add(customConfig); |
| | | break; |
| | | case "SHOP_FOLLOW_TYPE": |
| | | newValue = mgtShopConfigEditDto.getShopFollowType(); |
| | |
| | | customConfig.setUpdateTime(updateTime); |
| | | if(oldValue!=null&&!oldValue.isEmpty()){ |
| | | handleChangeConfig(oldValue, newValue, key); |
| | | updatedCustomConfigs.add(customConfig); |
| | | } |
| | | updatedCustomConfigs.add(customConfig); |
| | | break; |
| | | case "SHOP_CUSTOM_STATUS": |
| | | newValue = mgtShopConfigEditDto.getShopCustomStatus(); |
| | |
| | | customConfig.setUpdateTime(updateTime); |
| | | if(oldValue!=null&&!oldValue.isEmpty()){ |
| | | handleChangeConfig(oldValue, newValue, key); |
| | | updatedCustomConfigs.add(customConfig); |
| | | } |
| | | updatedCustomConfigs.add(customConfig); |
| | | break; |
| | | case "SHOP_SOURCE_CHANNEL": |
| | | newValue = mgtShopConfigEditDto.getShopSourceChannel(); |
| | |
| | | customConfig.setUpdateTime(updateTime); |
| | | if(oldValue!=null&&!oldValue.isEmpty()){ |
| | | handleChangeConfig(oldValue, newValue, key); |
| | | updatedCustomConfigs.add(customConfig); |
| | | } |
| | | updatedCustomConfigs.add(customConfig); |
| | | break; |
| | | default: |
| | | break; |
| | |
| | | customConfig.setUpdateTime(updateTime); |
| | | if(oldValue!=null&&!oldValue.isEmpty()){ |
| | | handleChangeConfig(oldValue, newValue, key); |
| | | updatedCustomConfigs.add(customConfig); |
| | | } |
| | | updatedCustomConfigs.add(customConfig); |
| | | break; |
| | | case "MEMBER_CHARACTER": |
| | | newValue = mgtMemberConfigEditDto.getMemberCharacter(); |
| | |
| | | customConfig.setUpdateTime(updateTime); |
| | | if(oldValue!=null&&!oldValue.isEmpty()){ |
| | | handleChangeConfig(oldValue, newValue, key); |
| | | updatedCustomConfigs.add(customConfig); |
| | | } |
| | | updatedCustomConfigs.add(customConfig); |
| | | break; |
| | | case "MEMBER_LEVEL": |
| | | newValue = mgtMemberConfigEditDto.getMemberLevel(); |
| | |
| | | customConfig.setUpdateTime(updateTime); |
| | | if(oldValue!=null&&!oldValue.isEmpty()){ |
| | | handleChangeConfig(oldValue, newValue, key); |
| | | updatedCustomConfigs.add(customConfig); |
| | | } |
| | | updatedCustomConfigs.add(customConfig); |
| | | break; |
| | | case "MEMBER_TYPE": |
| | | newValue = mgtMemberConfigEditDto.getMemberType(); |
| | |
| | | customConfig.setUpdateTime(updateTime); |
| | | if(oldValue!=null&&!oldValue.isEmpty()){ |
| | | handleChangeConfig(oldValue, newValue, key); |
| | | updatedCustomConfigs.add(customConfig); |
| | | } |
| | | updatedCustomConfigs.add(customConfig); |
| | | break; |
| | | case "NURSE_PROBLEM": |
| | | newValue = mgtMemberConfigEditDto.getNurseProblem(); |
| | |
| | | customConfig.setUpdateTime(updateTime); |
| | | if(oldValue!=null&&!oldValue.isEmpty()){ |
| | | handleChangeConfig(oldValue, newValue, key); |
| | | updatedCustomConfigs.add(customConfig); |
| | | } |
| | | updatedCustomConfigs.add(customConfig); |
| | | break; |
| | | default: |
| | | break; |