|
@@ -109,10 +109,6 @@ public class FdkkSceneEditService {
|
|
if(hotRelation == null){
|
|
if(hotRelation == null){
|
|
hotRelation = new HotRelation();
|
|
hotRelation = new HotRelation();
|
|
update = false;
|
|
update = false;
|
|
- }else {
|
|
|
|
- if(hotRelation.getHotType() == 0 && !hotRelation.getProductSourceId().equals(fdkkHotData.getProductSourceId())){
|
|
|
|
- throw new BusinessException(ResultCode.HOT_PRODUCT_SOURCE_ERROR);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
hotRelation.setHotId(sid);
|
|
hotRelation.setHotId(sid);
|
|
hotRelation.setHotType(type);
|
|
hotRelation.setHotType(type);
|