|
|
@@ -50,6 +50,7 @@ public class ImsEweiShopGoodsServiceImpl extends ServiceImpl<ImsEweiShopGoodsMa
|
|
|
@Override
|
|
|
public Boolean existsBySupplyId(Integer uniacid, String supplyId) {
|
|
|
return lambdaQuery().eq(ImsEweiShopGoods::getSupplyId, supplyId)
|
|
|
+ .eq(ImsEweiShopGoods::getSupplySource, "yunxin")
|
|
|
.eq(ImsEweiShopGoods::getDeleted, 0)
|
|
|
.eq(ImsEweiShopGoods::getUniacid, uniacid).count()>0;
|
|
|
|