| | |
| | | import com.ltkj.common.annotation.DataSource; |
| | | import com.ltkj.common.enums.DataSourceType; |
| | | import com.ltkj.hosp.sqlDomain.*; |
| | | import org.apache.ibatis.annotations.Delete; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |
| | |
| | | |
| | | |
| | | |
| | | @DataSource(value = DataSourceType.SLAVE_WS) |
| | | @Select("SELECT * from lis_result a where a.brid=#{tjNum}") |
| | | List<Aws> getWsxmLtkjHysqdByLisViBySLAVEWS(String tjNum); |
| | | |
| | | |
| | | // @Delete("delete from aws where brid=#{tjNum}") |
| | | @Delete("DELETE FROM aws WHERE brid=#{tjNum}") |
| | | void delWsxmjg(String tjNum); |
| | | |
| | | |
| | | @DataSource(value = DataSourceType.SLAVE_PACS) |
| | | @Select("SELECT * FROM ris.V_TJ_JCBGXX_NEWTJ") |
| | | List<Map<String, Object>> getCcXZxYyPacsJgSt(); |