|
|
- "select id mzyRequestId,ampm,doctor_code doctorCode,charge_type chargeType,check_fee checkFee,left_num leftNum,total_num totalNum from mzy_request_new WITH(NOLOCK) where unit_code=#{unitCode} and request_day=#{requestDay,jdbcType=TIMESTAMP} and doctor_code =#{doctorCode} and del_flag=0 and charge_type not in (16,24)",
|
|
|
+ "select id mzyRequestId,rtrim(ampm) ampm,doctor_code doctorCode,charge_type chargeType,check_fee checkFee,left_num leftNum,total_num totalNum,a1,a2,a3,a4,a5,a6,a7,a8,p1,p2,p3,p4,p5,p6 from mzy_request_new WITH(NOLOCK) where unit_code=#{unitCode} and request_day=#{requestDay,jdbcType=TIMESTAMP} and doctor_code =#{doctorCode} and del_flag=0 and charge_type not in (16,24)",
|