xiaochan hace 3 años
padre
commit
2282a044d9

+ 2 - 1
src/main/java/thyyxxk/webserver/dao/his/yibao/XiangMuLuRuDao.java

@@ -444,7 +444,8 @@ public interface XiangMuLuRuDao extends BaseMapper<ZyDetailCharge> {
             "       op_id_code=a.op_id_code, " +
             "       bill_item_code=b.bill_item_zy, " +
             "       bill_item_name=(select name from zy_bill_item where code = b.bill_item_zy)," +
-            "       national_code " +
+            "       national_code," +
+            "       national_name " +
             "FROM zy_charge_pattern a, " +
             "     zd_charge_item b " +
             "WHERE (a.pattern_name =  #{patternName}) " +