|
@@ -325,17 +325,17 @@ public class UserInfoServiceImpl implements IUserInfoService {
|
|
|
if (userInfo.getIdCard().equals(odsQssHsjcxx.getSfzhm())) {
|
|
|
|
|
|
if (StringUtils.isNotEmpty(collectPlace.toString())) {
|
|
|
- collectPlace.append("/");
|
|
|
+ collectPlace.append("<br>");
|
|
|
}
|
|
|
collectPlace.append(odsQssHsjcxx.getJcdd());
|
|
|
|
|
|
if (StringUtils.isNotEmpty(nucleicCollectTime.toString())) {
|
|
|
- nucleicCollectTime.append("/");
|
|
|
+ nucleicCollectTime.append("<br>");
|
|
|
}
|
|
|
nucleicCollectTime.append(odsQssHsjcxx.getCjsj());
|
|
|
|
|
|
if (StringUtils.isNotEmpty(nucleicResultsTime.toString())) {
|
|
|
- nucleicResultsTime.append("/");
|
|
|
+ nucleicResultsTime.append("<br>");
|
|
|
}
|
|
|
nucleicResultsTime.append(odsQssHsjcxx.getJgcjss());
|
|
|
|