|
|
@@ -230,7 +230,7 @@ public interface UpIdCollectionDao extends BaseMapper<SetlinfoUpld> {
|
|
|
* @param tableName 表格名
|
|
|
* @return 数据
|
|
|
*/
|
|
|
- @Select("select si_diag_type as diag_type, " +
|
|
|
+ @Select("select si_diag_type as diag_type, admiss_cond as adm_cond_type, " +
|
|
|
"case when yb_code is null then rtrim(dis_diag) else rtrim(yb_code) end as diag_code," +
|
|
|
"case when yb_name is null then rtrim(dis_diag_comment) else rtrim(yb_name) end as diag_name " +
|
|
|
"from ${tableName} left join " +
|