@Select("SELECT * FROM hhr_ysm_user WHERE id = #{id}")
@Select("SELECT * FROM hhr_ysm_user WHERE id = #{id}")
Map<String,Object>findYsmById(intid);
Map<String,Object>findYsmById(intid);
@Select("select ysm from `hhr_user` where id = #{id}")
@Select("select ysm from `hhr_user` where id = #{id}")
StringselectYsmById(Stringid);
StringselectYsmById(Stringid);
@Select("SELECT * FROM hhr_order WHERE id = #{id}")
@Select("SELECT * FROM hhr_order WHERE id = #{id}")
List<Map<String,Object>>findHhrOrderId(Stringid);
List<Map<String,Object>>findHhrOrderId(Stringid);
@Select("select * from product_manage where product_title = #{productTitle} and product_region = #{universityRegion} and product_university = #{universityName} and product_state=0")
@Select("select * from product_manage where product_title = #{productTitle} and product_region = #{universityRegion} and product_university = #{universityName} and product_state=0")