|
@@ -12,9 +12,8 @@ import thyyxxk.webserver.entity.medicalinsurance.log.SiLog;
|
|
|
public interface SiLogDao extends BaseMapper<SiLog> {
|
|
|
|
|
|
@Select("<script>" +
|
|
|
- "select msgid,infno,insuplc_admdvs,opter,create_datetime,pat_no,times, " +
|
|
|
- "infcode, infcodeName=(case when infcode=0 then '成功' else '失败' end) " +
|
|
|
- "from t_si_log " +
|
|
|
+ "select msgid,infno,insuplc_admdvs,opter, " +
|
|
|
+ "create_datetime,pat_no,times,infcode from t_si_log " +
|
|
|
"where log_type=#{ftclg.logType} " +
|
|
|
"<if test=\"ftclg.infno!=null\">" +
|
|
|
"and infno=#{ftclg.infno} " +
|