|
@@ -62,7 +62,7 @@ public interface XiangMuLuRuDao {
|
|
|
" a.admiss_times=#{admissTimes} and " +
|
|
|
" a.ledger_sn = #{ledgerSn} and " +
|
|
|
"<if test=\"chargeCode !=null and chargeCode != '' \">" +
|
|
|
- " a.charge_code = #{chargeCode} and" +
|
|
|
+ " a.charge_code_mx = #{chargeCode} and" +
|
|
|
"</if>" +
|
|
|
" a.charge_code=b.code and " +
|
|
|
" a.order_no >=0 and a.order_no <= 1 and " +
|
|
@@ -102,10 +102,10 @@ public interface XiangMuLuRuDao {
|
|
|
" a.admiss_times= #{admissTimes} and " +
|
|
|
" a.ledger_sn = #{ledgerSn} and " +
|
|
|
"<if test=\"chargeCode !=null and chargeCode != '' \">" +
|
|
|
- " a.charge_code = #{chargeCode} and" +
|
|
|
+ " a.charge_code_mx = #{chargeCode} and" +
|
|
|
"</if>" +
|
|
|
" a.charge_code=b.code and " +
|
|
|
- " a.order_no >=0 and a.order_no <= 1 and " +
|
|
|
+// " a.order_no >=0 and a.order_no <= 1 and " +
|
|
|
" a.charge_code not like 'BILL%' and " +
|
|
|
" a.infant_flag = '0' and c.code = a.op_id_code ) temp" +
|
|
|
"</script>")
|