Commit 9818a0a5 authored by tangwei's avatar tangwei

修改bug

parent 439cde15
...@@ -170,7 +170,7 @@ public class RegionalCompaniesController extends BaseController { ...@@ -170,7 +170,7 @@ public class RegionalCompaniesController extends BaseController {
Long unitId=null; Long unitId=null;
if(sequenceNbr==null){ if(sequenceNbr==null){
UserUnitInformationDto userUnitInformationDto=personnelBusinessMapper.getUserUnitInformationDto( getUserInfo().getUserId()); UserUnitInformationDto userUnitInformationDto=personnelBusinessMapper.getUserUnitInformationDto( getUserInfo().getUserId());
unitId=userUnitInformationDto.getAmosUnitId(); unitId=userUnitInformationDto.getAmosDealerId();
} }
PageHelper.startPage(current, size); PageHelper.startPage(current, size);
List<RegionalCompanies> date=regionalCompaniesMapper.selectListData( regionalCompaniesName,unitId,sequenceNbr); List<RegionalCompanies> date=regionalCompaniesMapper.selectListData( regionalCompaniesName,unitId,sequenceNbr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment