feat:主数据同步
This commit is contained in:
@@ -34,4 +34,8 @@ public class SignFranchiseDAO {
|
||||
}
|
||||
return signFranchiseMapper.getSignType(shopIds);
|
||||
}
|
||||
|
||||
public SignFranchiseDO selectByShopId(Long shopId){
|
||||
return signFranchiseMapper.selectByShopId(shopId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user