|
@@ -388,9 +388,9 @@ public class TPssrApproveController extends BaseController {
|
|
|
TPssrSubcontent subcontent = new TPssrSubcontent();
|
|
|
subcontent.setAboveallId(sub.getAboveallId());
|
|
|
List<String> forShorts = new ArrayList<>();
|
|
|
- if (sub.getForShort().contains("jb,ybjy")) {
|
|
|
+ if ("jb,ybjy".contains(sub.getForShort())) {
|
|
|
|
|
|
- } else if ("sbqjd".contains(sub.getForShort())) {
|
|
|
+ } else if ("sbqjd".contains(sub.getForShort())){
|
|
|
forShorts.add("jb");
|
|
|
forShorts.add("ybjy");
|
|
|
} else if ("jxxm,kgfa,sjbg".contains(sub.getForShort())) {
|