SyntaxFix
Write A Post
Hire A Developer
Questions
@Query("select b.equipSealRegisterId from EquipSealRegister b where b.sealName like %?1% and b.deleteFlag = '0'" ) List<String>findBySeal(String sealname);
I have tried this code and it works.