|
@@ -257,7 +257,7 @@ public class SbInfoServiceImpl extends BaseServiceImpl<SbInfoMapper, SbInfo, SbI
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (find) {
|
|
if (find) {
|
|
- if (findRepair.getCategory().equals(RepairApplicationFormCategoryEnum.PLAN.getValue())) {
|
|
|
|
|
|
+ if (findRepair.getCategory() == null || findRepair.getCategory().equals(RepairApplicationFormCategoryEnum.PLAN.getValue())) {
|
|
repairSbInfoListYellow.add(sbInfo);
|
|
repairSbInfoListYellow.add(sbInfo);
|
|
} else {
|
|
} else {
|
|
repairSbInfoListRed.add(sbInfo);
|
|
repairSbInfoListRed.add(sbInfo);
|