| | |
| | | import com.doumee.core.constants.ResponseStatus; |
| | | import com.doumee.core.exception.BusinessException; |
| | | import com.doumee.core.model.LoginUserInfo; |
| | | import com.doumee.core.wx.WxMiniConfig; |
| | | import com.google.common.collect.Lists; |
| | | |
| | | import com.doumee.biz.system.SystemDictDataBiz; |
| | |
| | | // 检查是否有图片信息没有更新保存图片 |
| | | locksList.forEach(s-> { |
| | | if (StringUtils.isBlank(s.getInfo())){ |
| | | wxMiniUtilService.generateWXMiniCode(s,systemDictData,prePath,code); |
| | | try { |
| | | wxMiniUtilService.generateWXMiniCode(s, WxMiniConfig.wxMaService.getAccessToken(),prePath,code); |
| | | }catch (Exception e){ |
| | | } |
| | | s.setEditor(loginUserInfo.getId()); |
| | | s.setEditDate(new Date()); |
| | | updateById(s); |