feat:修改

new-exam
wangxy 5 months ago
parent 9345434ed9
commit 6903aea622

@ -40,6 +40,9 @@
<if test="name!=null and name!=''">
AND name LIKE concat('%',#{name},'%')
</if>
<if test="useId!=null and useId!=''">
AND use_id = #{useId}
</if>
</trim>
ORDER BY create_time DESC
</select>

Loading…
Cancel
Save