This commit is contained in:
linfso 2024-07-01 22:24:54 +08:00
parent 72e9ed3b26
commit 0ff76b9f65
2 changed files with 11 additions and 1 deletions

View File

@ -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);

View File

@ -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>