md
This commit is contained in:
parent
72e9ed3b26
commit
0ff76b9f65
@ -1277,6 +1277,16 @@ public class EmisBaseService {
|
||||
String pdfInfo="["+package3dm+"]["+packageWJC+"]";
|
||||
order.put("pdfInfo", pdfInfo);
|
||||
|
||||
// String pdfInfo = waybill.getThirdCode();
|
||||
// if(!StringUtils.isEmpty(pdfInfo)) {
|
||||
// pdfInfo = pdfInfo.replace("][", "||");
|
||||
// String[] striparr = pdfInfo.split("\\|\\|");
|
||||
// if(striparr.length == 2) {
|
||||
// packageWJC = striparr[1].replace("]", "");
|
||||
// package3dm = striparr[0].replace("[", "");
|
||||
// }
|
||||
// }
|
||||
|
||||
order.put("packageWJC", packageWJC);
|
||||
order.put("package3dm", package3dm);
|
||||
|
||||
|
||||
@ -123,7 +123,7 @@
|
||||
<if test="nickName != null and nickName != ''"> and nick_name like concat('%', #{nickName}, '%')</if>
|
||||
<if test="unionId != null and unionId != ''"> and union_id like concat('%', #{unionId}, '%')</if>
|
||||
<if test="openid != null and openid != ''"> and openid like concat('%', #{openid}, '%')</if>
|
||||
<if test="monthlyPayCode != null and monthlyPayCode != ''"> and monthly_pay_code like concat('%', #{monthlyPayCode}, '%')</if>
|
||||
<if test="monthlyPayCode != null and monthlyPayCode != ''"> and monthly_pay_code= #{monthlyPayCode}</if>
|
||||
<if test="userName != null and userName != ''"> and user_name like concat('%', #{userName}, '%')</if>
|
||||
|
||||
<if test="bizSiteName != null and bizSiteName != ''"> and biz_site_name like concat('%', #{bizSiteName}, '%')</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user