@@ -78,4 +78,19 @@ public interface OrderMapper extends BaseMapper<Order> {
@Select("select ysm from `hhr_user` where id = #{id}")
StringselectYsmById(Stringid);
@Select("SELECT * FROM hhr_order WHERE id = #{id}")
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")