chenendian 1 giorno fa
parent
commit
9513da755d

+ 1 - 0
siwei-modules/siwei-apply/src/main/java/com/siwei/apply/service/cadastre/impl/SupplyServiceImpl.java

@@ -137,6 +137,7 @@ public class SupplyServiceImpl implements ISupplyService {
                 vo.setSupplyMethod(item.getGyfs());
                 vo.setSupplyType(supplyType.toString());
                 vo.setDateType(supplyType.toString());
+                vo.setUseType(item.getTdyt());
                 if(StringUtils.isBlank(item.getProjectId())){
                     vo.setDateType("3");
                 }