Browse Source

[医保代码]

wangzhinan 3 years ago
parent
commit
254d62341f

+ 0 - 1
business/base-service/src/main/java/com/yihu/jw/order/BusinessOrderService.java

@ -1967,7 +1967,6 @@ public class BusinessOrderService extends BaseJpaService<BusinessOrderDO,Busines
                " t.yk_order_id as \"ykOrderId\","+
                " b.idcard as \"idcard\", "+
                " b.mobile as \"mobile\", "+
                " t.order_type as \"orderType\", "+
                " case t.order_category when '2' then '2' when '3' then '2' else t.order_category end  as \"orderCategory\" "+
                " from base_business_order_pay t" +
                " left join base_patient b on t.patient = b.id  where 1=1  ";