瀏覽代碼

王子文 专项培养
1) bug fixed: 解决了导师提交月度反馈报错的问题
2) bug fixed: 解决了导师发送季度汇报邀请邮件报错的问题

wangggziwen 3 年之前
父節點
當前提交
f79cee565e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      master/src/main/resources/mybatis/training/spec/TStFeedbackMapper.xml

+ 1 - 1
master/src/main/resources/mybatis/training/spec/TStFeedbackMapper.xml

@@ -112,7 +112,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
     <select id="selectTStFeedbackById" parameterType="Long" resultMap="TStFeedbackResult">
         <include refid="selectTStFeedbackVo"/>
-        where id = #{id}
+        where d.id = #{id}
         and d.del_flag = 0
     </select>