| | |
| | | <if test="anfme!=null and anfme!='' "> |
| | | and a.anfme like concat('%' , #{anfme} , '%') |
| | | </if> |
| | | <if test="startTime!=null and endTime!=null"> |
| | | <if test="startTime!=null and endTime!=null and endTime!=''"> |
| | | and a.modi_time between #{startTime} and #{endTime} |
| | | </if> |
| | | <if test="crnNo!=null and crnNo!='' "> |
| | |
| | | update asr_loc_detl set three_code = #{qualified} where model = #{rollNo} |
| | | </update> |
| | | |
| | | |
| | | <update id="updateQualifiedByBrand"> |
| | | update asr_loc_detl set three_code = #{qualified} where brand = #{brand} |
| | | </update> |
| | | </mapper> |