修改bug
This commit is contained in:
parent
4a794ce30b
commit
0ed679c4eb
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue