|
@@ -92,7 +92,7 @@ public class GubiTypeInfoServiceImpl implements IGubiTypeInfoService {
|
|
|
if (!CollectionUtils.isEmpty(list)) {
|
|
|
for (int i = 0; i < list.size(); i++) {
|
|
|
List<GubiTypeSecond> gubiTypeSeconds = gubiTypeSecondMapper.selectList(new EntityWrapper<GubiTypeSecond>()
|
|
|
- .eq("type_id", list.get(i).getTypeName())
|
|
|
+ .eq("type_id", list.get(i).getId())
|
|
|
.eq("delete_flag", "0")
|
|
|
.orderBy("postion"));
|
|
|
if(!CollectionUtils.isEmpty(gubiTypeSeconds)){
|