md
This commit is contained in:
parent
e63163e733
commit
714d34e7a2
@ -241,7 +241,7 @@ public class WaybillHelper {
|
||||
public static String cvtBillToJsonString(Object obj) {
|
||||
return JSON.toJSONString(obj, (ValueFilter) (object, name, value) -> {
|
||||
if(value == null){
|
||||
return "";
|
||||
return " ";
|
||||
}
|
||||
return value;
|
||||
}, SerializerFeature.WriteMapNullValue);
|
||||
|
||||
@ -106,6 +106,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="confirmSiteCode != null and confirmSiteCode != ''"> and b.confirm_site_code = #{confirmSiteCode}</if>
|
||||
|
||||
|
||||
<!-- 过滤掉虚拟单 -->
|
||||
and a.problem_type !=
|
||||
|
||||
<if test="params.sendSiteCode != null and params.sendSiteCode != ''">
|
||||
and a.send_site_code = #{params.sendSiteCode}
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user