refactor(mmpac): 优化出厂编码的赋值
This commit is contained in:
parent
91a3f986f1
commit
4d1cf632e7
|
@ -339,7 +339,7 @@ public class SyncEpicMesUtil {
|
|||
if (jsonArray.isEmpty()) {
|
||||
return null;
|
||||
}
|
||||
obj.put("releaseNo", jsonArray.toString());
|
||||
obj.put("releaseNo", jsonArray);
|
||||
|
||||
return obj;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue