fix
This commit is contained in:
@@ -126,8 +126,7 @@ public class WxClerkCommodityController {
|
||||
PlayCommodityReturnVo item = it.next();
|
||||
if ("00".equals(item.getPId()) && item.getChild().isEmpty()) {
|
||||
it.remove();
|
||||
}
|
||||
if (clerkCommodityEntities != null && "00".equals(item.getPId()) && !clerkCommodityEntities.containsKey(item.getId())) {
|
||||
} else if (clerkCommodityEntities != null && "00".equals(item.getPId()) && !clerkCommodityEntities.containsKey(item.getId())) {
|
||||
it.remove();
|
||||
}
|
||||
formatPlayCommodityReturnVoTree(item.getChild(), clerkCommodityEntities);
|
||||
|
||||
Reference in New Issue
Block a user