|
|
@@ -73,7 +73,7 @@ public class ShowBdycController extends BaseController {
|
|
|
startPage();
|
|
|
showBdyc.setFoundMode(YcxxFoundModeEnum.PUSH.getCode());
|
|
|
showBdyc.setRectifyResult(YcxxRectifyResultEnum.NOT_FINISHED.getCode());
|
|
|
- if (showBdyc.getSsgq().equals("变配电修试队")) {
|
|
|
+ if (null == showBdyc.getSsgq() || showBdyc.getSsgq().equals("变配电修试队")) {
|
|
|
showBdyc.setSsgq(null);
|
|
|
}
|
|
|
List<ShowBdyc> list = showBdycService.getList(showBdyc);
|