|
@@ -90,7 +90,7 @@ public class GyDataServiceImpl implements GyDataService {
|
|
}
|
|
}
|
|
|
|
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
- map.put("gyUnitId", gyUnitId);
|
|
|
|
|
|
+ map.put("unitId", gyUnitId);
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
map.put("unitCity", city);
|
|
map.put("unitCity", city);
|
|
map.put("auditStage", "1");
|
|
map.put("auditStage", "1");
|
|
@@ -123,7 +123,7 @@ public class GyDataServiceImpl implements GyDataService {
|
|
city = sysCity;
|
|
city = sysCity;
|
|
}
|
|
}
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
- map.put("gyUnitId", gyUnitId);
|
|
|
|
|
|
+ map.put("unitId", gyUnitId);
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
map.put("unitCity", city);
|
|
map.put("unitCity", city);
|
|
map.put("auditStage", "1");
|
|
map.put("auditStage", "1");
|
|
@@ -682,7 +682,7 @@ public class GyDataServiceImpl implements GyDataService {
|
|
}
|
|
}
|
|
|
|
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
- map.put("gyUnitId", gyUnitId);
|
|
|
|
|
|
+ map.put("unitId", gyUnitId);
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
map.put("unitCity", city);
|
|
map.put("unitCity", city);
|
|
map.put("auditStage", "1");
|
|
map.put("auditStage", "1");
|
|
@@ -713,7 +713,7 @@ public class GyDataServiceImpl implements GyDataService {
|
|
city = sysCity;
|
|
city = sysCity;
|
|
}
|
|
}
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
- map.put("gyUnitId", gyUnitId);
|
|
|
|
|
|
+ map.put("unitId", gyUnitId);
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
map.put("unitCity", city);
|
|
map.put("unitCity", city);
|
|
map.put("auditStage", "1");
|
|
map.put("auditStage", "1");
|
|
@@ -810,7 +810,7 @@ public class GyDataServiceImpl implements GyDataService {
|
|
}
|
|
}
|
|
|
|
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
- map.put("gyUnitId", gyUnitId);
|
|
|
|
|
|
+ map.put("unitId", gyUnitId);
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
map.put("unitCity", city);
|
|
map.put("unitCity", city);
|
|
map.put("auditStage", "1");
|
|
map.put("auditStage", "1");
|
|
@@ -841,7 +841,7 @@ public class GyDataServiceImpl implements GyDataService {
|
|
city = sysCity;
|
|
city = sysCity;
|
|
}
|
|
}
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
String gyUnitId = currUser.getGyUnitId();
|
|
- map.put("gyUnitId", gyUnitId);
|
|
|
|
|
|
+ map.put("unitId", gyUnitId);
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
if (!ObjectUtils.isEmpty(city)) {
|
|
map.put("unitCity", city);
|
|
map.put("unitCity", city);
|
|
map.put("auditStage", "1");
|
|
map.put("auditStage", "1");
|