feat:密品修改

hangao
wangxy 5 months ago
parent 41949122c0
commit bc5a46f03b

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