lighter 3 年之前
父节点
当前提交
1d32746c63

+ 2 - 3
src/main/java/thyyxxk/webserver/dao/his/medicalinsurance/SiLogDao.java

@@ -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} " +

+ 0 - 3
src/main/java/thyyxxk/webserver/entity/medicalinsurance/log/SiLog.java

@@ -89,9 +89,6 @@ public class SiLog implements Serializable {
 	 * */
 	private Integer infcode;
 
-	@TableField(exist = false)
-	private String infcodeName;
-
 	public SiLog() {
 	}