|
@@ -472,6 +472,15 @@ public interface UpIdCollectionDao {
|
|
|
@Param("times") Integer times,
|
|
|
@Param("ledgerSn") Integer ledgerSn);
|
|
|
|
|
|
+ @Select("select diag_code as diag_code, " +
|
|
|
+ " diag_name as diag_name, " +
|
|
|
+ " '00000' as oprn_oprt_name, " +
|
|
|
+ " '无手术' as oprn_oprt_code " +
|
|
|
+ "from t_si_mz_diag\n" +
|
|
|
+ "where pat_no = #{patNo} and times = #{times} ")
|
|
|
+ List<OpspdiseinfoUpld> outpatientDiagnosis(@Param("patNo") String patNo,
|
|
|
+ @Param("times") Integer times);
|
|
|
+
|
|
|
@Select("select rtrim(a.name) as psnName, " +
|
|
|
" isnull(nullif(rtrim(b.occupation_code), " +
|
|
|
" ''), " +
|
|
@@ -541,4 +550,4 @@ public interface UpIdCollectionDao {
|
|
|
@Param("times") Integer times,
|
|
|
@Param("ledgerSn") Integer ledgerSn);
|
|
|
|
|
|
-}
|
|
|
+}
|