cloud-server-activity/src/main/resources/mapper/PointsMerchandiseMapper.xml
@@ -84,9 +84,14 @@ quantityIssued, pickUpQuantity, `sort`, shelves shelves, status auditStatus from t_points_merchandise where status =1 where 1=1 <if test="query.objType == 1"> and status =1 </if> <if test="query.name != null"> and `name` like concat('%', #{query.name}, '%') </if>