Procházet zdrojové kódy

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

wangggziwen před 3 roky
rodič
revize
f79cee565e

+ 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>