发运明细表(提成)修复

This commit is contained in:
ljw 2024-09-06 11:40:36 +08:00 committed by zzs01@yunemao.com
parent 13f5145fc2
commit 50f0645265

View File

@ -95,7 +95,7 @@ public class ShipmentsChedulePlugin extends AbstractReportListDataPlugin {
StringBuilder sb = new StringBuilder();
sb.append("yem_customsdeclaration1 = 'A'");
sb.append("yem_customsdeclaration1 = 'B'");
if (YEM.isNotEmpty(yemContract)) {
sb.append(" AND yem_contractnumber like '").append("%").append(yemContract).append("%").append("'");
}