Commit 26177b1e by qwmqiuwenmin

fix

parent 69ad0a2a
......@@ -30,7 +30,7 @@ public class WxEnterpriseApplicationRelatedServiceImpl implements WxEnterpriseAp
//新增设置的应用
for (String applicationId : applicationSet) {
TabHaobanWxEnterpriseApplicationRelated tab = mapper.selectByApplicationIdAndWxEnterpriseId(applicationId,wxEnterpriseId);
if(tab != null){
if(tab == null){
tab = new TabHaobanWxEnterpriseApplicationRelated();
tab.setApplicationId(applicationId);
tab.setCreateTime(new Date());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment