md
This commit is contained in:
parent
ca204fac91
commit
f95fbefd74
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user