Commit 637ec26a authored by fanjr's avatar fanjr

修改

parent 0ebbc829
......@@ -56,5 +56,5 @@ public interface CouponrecordMapper extends GenericDao<Couponrecord> {
* @param facilityNo
* @return
*/
Long getHospitalIdByfaNo(String facilityNo);
Map<String,Object> getHospitalIdByfaNo(String facilityNo);
}
\ No newline at end of file
......@@ -276,7 +276,7 @@
FROM t_aidea_coupon_record
where number=#{number}
</select>
<select id="getHospitalIdByfaNo" resultType="java.lang.Long">
<select id="getHospitalIdByfaNo" resultType="map">
SELECT
id
FROM t_aidea_hospital t WHERE t.facility_no=#{facilityNo}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment