修改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);
|
||||
Map<String, Object> map = Map.of(
|
||||
"nuId", info.getNuId(),
|
||||
"nuType", dictUtils.translateDictValue("nu_type", info.getAreaFlag()),
|
||||
"status", info.getStatus(),
|
||||
"sxtList", sxtStr,
|
||||
"dbList", dbStr,
|
||||
|
|
|
|||
Loading…
Reference in New Issue