|
@ -29,7 +29,7 @@ public class BsSgcProjectPersonnelService extends BaseService<BsSgcProjectPerson |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public List<HashMap> typeStatistics(String proNo, String type) { |
|
|
public List<HashMap> typeStatistics(String proNo, String type) { |
|
|
if(type.indexOf(qType)<=-1){ |
|
|
if(qType.indexOf(type)<=-1){ |
|
|
throw new RuntimeException("参数异常"); |
|
|
throw new RuntimeException("参数异常"); |
|
|
} |
|
|
} |
|
|
return bsSgcProjectPersonnelMapper.typeStatistics(proNo,type); |
|
|
return bsSgcProjectPersonnelMapper.typeStatistics(proNo,type); |
|
|