anderx 1 год назад
Родитель
Сommit
bdb6fdea0c

+ 2 - 2
src/main/java/com/goafanti/order/service/impl/OrderPlusServiceImpl.java

@@ -46,7 +46,7 @@ public class OrderPlusServiceImpl extends BaseMybatisDao<TOrderNewMapper> implem
             String serviceLife = null;
             List<String> list=new ArrayList<>();
             int  yearSum=0;
-            int isHY=0;
+            String isHY="";
             List<String> taskList=new ArrayList<>();
             String lvl=null;
             if (totalAmount.compareTo(new BigDecimal("3"))<0){
@@ -64,7 +64,7 @@ public class OrderPlusServiceImpl extends BaseMybatisDao<TOrderNewMapper> implem
                     serviceLife=e.getServiceLife();
                 }
                 if(e.getcSort()!=null&&e.getcSort()==6){
-                    isHY=1;
+                    isHY="是";
                 }
             }
             if (serviceLife!=null){