Commit 3bf78820 by 刘鑫

fix: JPA Bean属性错误

1 parent f60990e2
...@@ -14,5 +14,5 @@ public interface SkillInfoDao extends JpaRepository<SkillInfoEntity, Long> { ...@@ -14,5 +14,5 @@ public interface SkillInfoDao extends JpaRepository<SkillInfoEntity, Long> {
SkillInfoEntity getByBrandAndTypeAndSkill(String brand, String type, String skill); SkillInfoEntity getByBrandAndTypeAndSkill(String brand, String type, String skill);
List<SkillInfoEntity> getByBrandAndTypeAndsAndSkillCode(String brand, String type, String skillCode); List<SkillInfoEntity> getByBrandAndTypeAndSkillCode(String brand, String type, String skillCode);
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!