| | |
| | | and jid is null |
| | | </if> |
| | | <if test="feedback.sname!=null and feedback.sname!=''"> |
| | | and sname like concat('%',#{feedback.sname},'%')) |
| | | and sname like concat('%',#{feedback.sname},'%') |
| | | </if> |
| | | <if test="feedback.beginTime!=null and feedback.beginTime!='' and feedback.beginTime!='undefined'"> |
| | | and stime>=#{feedback.beginTime} |
| | |
| | | FROM |
| | | sys_wj WHERE jid=#{jid} |
| | | </select> |
| | | |
| | | |
| | | <!--根据 上报Id 获取上报的基本信息--> |
| | | <select id="getFeedbackById" resultType="org.springblade.modules.feedback.entity.Feedback"> |
| | | select id,snumber,sname,place,result,stime from sys_feedback where id = #{id} |
| | | </select> |
| | | </mapper> |