and mld.host_id = #{host_id} and mld.loc_no like concat('%',#{loc_no},'%') and mld.loc_no like concat('%',#{loc_no},'%') and mld.matnr like concat('%',#{matnr},'%') and mld.maktx like concat('%',#{maktx},'%') and mld.update_time between #{startTime} and #{endTime} update man_node set status = #{status} , update_time = getdate() where 1=1 and name = #{name}