|
@@ -1110,7 +1110,7 @@ public class ApsServiceImpl implements ApsService {
|
|
|
lxrollerid = lastpros.get(i).getRollerid();
|
|
|
lxprowidth = apo.getProwidth();
|
|
|
}else{
|
|
|
- if(lxrollerid.equals(lastpros.get(i).getRollerid()) && apo.getProwidth().compareTo(lxprowidth)>=0){
|
|
|
+ if(StrUtil.isNotBlank(lxrollerid) && lxrollerid.equals(lastpros.get(i).getRollerid()) && apo.getProwidth().compareTo(lxprowidth)>=0){
|
|
|
lxDate = lastpros.get(i).getPlanstartdate();
|
|
|
}else{
|
|
|
break;
|