shudonghui 1 年間 前
コミット
0626acb066

+ 1 - 1
sop-business/src/main/java/com/qmth/sop/business/templete/service/impl/TaskLogicServiceImpl.java

@@ -437,7 +437,7 @@ public class TaskLogicServiceImpl implements TaskLogicService {
 
 
                     device.setDeviceCode(e.getDeviceCode());
-                    InOutTypeEnum bound = InOutTypeEnum.IN.getTitle().equals(e.getBound()) ? InOutTypeEnum.IN : InOutTypeEnum.OUT;
+                    InOutTypeEnum bound = InOutTypeEnum.IN.getTitle().contains(e.getBound()) ? InOutTypeEnum.IN : InOutTypeEnum.OUT;
                     device.setBound(bound);
                     device.setLocation(e.getLocation());
                     device.setEnable(true);