Commit aa207c84 by 徐高华

门店分组

parent d702c85b
......@@ -106,7 +106,7 @@ public class GicDepartmentController extends WebBaseController{
}
}
for(PowerStoreGroupDTO item : departmentList) {
if(otherList.contains(item.getStoreGroupId())) {
if(otherList.contains(item.getStoreGroupId()) && !idList.contains(item.getStoreGroupId())) {
HaobanStoreGroupVO vo = EntityUtil.changeEntityByOrika(HaobanStoreGroupVO.class, item) ;
retList.add(vo) ;
}
......
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