修改bug

This commit is contained in:
yangjun 2026-04-13 09:15:44 +08:00
parent 4a794ce30b
commit 0ed679c4eb
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ public class NuBaseInfoServiceImpl extends ServiceImpl<NuBaseInfoMapper, NuBaseI
if (wsdjStr.length() > 0) wsdjStr = wsdjStr.substring(0, wsdjStr.length() - 1); if (wsdjStr.length() > 0) wsdjStr = wsdjStr.substring(0, wsdjStr.length() - 1);
Map<String, Object> map = Map.of( Map<String, Object> map = Map.of(
"nuId", info.getNuId(), "nuId", info.getNuId(),
"nuType", dictUtils.translateDictValue("nu_type", info.getAreaFlag()),
"status", info.getStatus(), "status", info.getStatus(),
"sxtList", sxtStr, "sxtList", sxtStr,
"dbList", dbStr, "dbList", dbStr,