Commit 637ec26a authored by fanjr's avatar fanjr

修改

parent 0ebbc829
...@@ -56,5 +56,5 @@ public interface CouponrecordMapper extends GenericDao<Couponrecord> { ...@@ -56,5 +56,5 @@ public interface CouponrecordMapper extends GenericDao<Couponrecord> {
* @param facilityNo * @param facilityNo
* @return * @return
*/ */
Long getHospitalIdByfaNo(String facilityNo); Map<String,Object> getHospitalIdByfaNo(String facilityNo);
} }
\ No newline at end of file
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
FROM t_aidea_coupon_record FROM t_aidea_coupon_record
where number=#{number} where number=#{number}
</select> </select>
<select id="getHospitalIdByfaNo" resultType="java.lang.Long"> <select id="getHospitalIdByfaNo" resultType="map">
SELECT SELECT
id id
FROM t_aidea_hospital t WHERE t.facility_no=#{facilityNo} 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