This commit is contained in:
linfso 2024-11-14 20:24:19 +08:00
parent ca204fac91
commit f95fbefd74

View File

@ -58,7 +58,7 @@ public class EmisCommissionProfitController extends BaseController
if(!StringUtils.isEmpty(billCode)){
billCode=WaybillHelper.formatQueryValue(billCode);
String[] billCodeSortList = billCode.split(",");
if(billCodeSortList.length>1){
if(billCodeSortList.length>0){
for (int i=0;i<billCodeSortList.length;i++){
String subBillCode=billCodeSortList[i];
try {