|
|
@@ -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");
|
|
|
}
|