This commit is contained in:
linfso 2024-06-01 14:31:44 +08:00
parent 3191b29c31
commit 9d88e63151

View File

@ -1169,17 +1169,6 @@ public class EmisBaseService {
// System.out.println(Integer.valueOf(subBillSuffix));
// }
Map order = new HashMap();
order.put("s1","123");
order.put("s2",null);
// JSONObject result = JSON.parseObject(JSON.toJSONString(order,new BigDecimalValueFilter(),SerializerFeature.WriteMapNullValue,SerializerFeature.WriteNullStringAsEmpty,SerializerFeature.WriteNullNumberAsZero))
// String billDetail = JSON.toJSONString(order, serializerFeatures);
String billDetail = cvtBillToJsonString(order);
System.out.println(billDetail);