fix
This commit is contained in:
@@ -276,7 +276,7 @@ public class SyncDataServiceImpl implements SyncDataService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getXgjShopName(LineInfoDO lineInfoDO, ShopInfoDO shopInfoDO,SignFranchiseDO signFranchiseDO) {
|
public String getXgjShopName(LineInfoDO lineInfoDO, ShopInfoDO shopInfoDO,SignFranchiseDO signFranchiseDO) {
|
||||||
if (StringUtils.isBlank(shopInfoDO.getShopCode())) {
|
if (StringUtils.isBlank(shopInfoDO.getShopCode())||signFranchiseDO==null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
String shopCode = shopInfoDO.getShopCode().trim();
|
String shopCode = shopInfoDO.getShopCode().trim();
|
||||||
|
|||||||
Reference in New Issue
Block a user