Commit 5a41193d by fudahua

会员标签同步-伪登录

parent 80be5413
......@@ -142,7 +142,7 @@ public class InfoController extends WebBaseController{
if (staffDTOS.size() > 1) {
String dictName = loginUserId.getDictName();
loginStaff = staffDTOS.stream().filter(staffDTO -> {
if (dictName.equals(staffDTO.getWxEnterpriseId())) {
if (dictName.indexOf(staffDTO.getWxEnterpriseId()) > 0) {
return true;
} else {
return false;
......
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