|
@@ -307,6 +307,9 @@ public class ZsReportArchieveController {
|
|
|
String place = "江苏分所 "+replace+"区";
|
|
|
info.setStoragePlace(place);
|
|
|
}
|
|
|
+ if (StringUtils.isNotBlank(info.getSpecialPlace())){
|
|
|
+ info.setStoragePlace(info.getSpecialPlace());
|
|
|
+ }
|
|
|
count+=1;
|
|
|
info.setNumber(count+"");
|
|
|
|