|
@@ -232,11 +232,11 @@ public class SettleRelaConfigLogic {
|
|
|
|
|
|
boolean isInsert = this.checkConfigInfo(companyWechatId, entry.getKey(), true);
|
|
|
|
|
|
+ config.setCompanyWechatId(companyWechatId)
|
|
|
+ .setCompanyWechatName(companyName)
|
|
|
+ .setWebsitId(entry.getKey());
|
|
|
if (isInsert) {
|
|
|
- config.setCompanyWechatId(companyWechatId)
|
|
|
- .setCompanyWechatName(companyName)
|
|
|
- .setWebsitId(entry.getKey())
|
|
|
- .insert();
|
|
|
+ config.insert();
|
|
|
}
|
|
|
|
|
|
final List<WebsitFollowConfigItem> existItems = websitFollowConfigItemService.lambdaQuery()
|