md
This commit is contained in:
parent
3191b29c31
commit
9d88e63151
@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user