Commit be76a564 authored by 赵啸非's avatar 赵啸非

添加h5钉钉用户授权登录与注册绑定

parent 334710f4
...@@ -92,7 +92,7 @@ public class TestController { ...@@ -92,7 +92,7 @@ public class TestController {
} }
} }
} }
if(ObjectUtils.isEmpty(updateList)){ if(!ObjectUtils.isEmpty(updateList)){
log.info("更新数量:"+updateList.size()); log.info("更新数量:"+updateList.size());
for (StaffEntity staffEntity : updateList) { for (StaffEntity staffEntity : updateList) {
staffService.update(staffEntity); staffService.update(staffEntity);
......
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