feat:密品修改

hangao
wangxy 5 months ago
parent 41949122c0
commit bc5a46f03b

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

Loading…
Cancel
Save