|
|
@@ -260,7 +260,7 @@ public class KwcContractLogisticsScoreServiceImpl implements IKwcContractLogisti
|
|
|
throw new BusinessException("业务繁忙,请稍后再试!");
|
|
|
}
|
|
|
try {
|
|
|
- if(kwcContractLogisticsScoreMapper.selectLogisticsScoreByEntId(baseInfo.getPurchaseEntId(),baseInfo.getPurchaseEntId())==null){
|
|
|
+ if(kwcContractLogisticsScoreMapper.selectLogisticsScoreByEntId(baseInfo.getProvideEntId(),baseInfo.getPurchaseEntId())==null){
|
|
|
//初始化物流企业评分记录
|
|
|
kwcContractLogisticsScoreMapper.insertKwcContractLogisticsScore(logisticsScore);
|
|
|
//初始化物流企业评分明细
|