| Modifier and Type | Method and Description |
|---|---|
void |
deleteByCart(Long user_id,
Integer session_id,
Integer checked) |
void |
deleteByProductIds(String[] productIds) |
void |
deleteByUserAndProductIds(Long user_id,
String[] productIds) |
void |
updateCheck(String[] productIds,
Integer isChecked,
Long userId) |
delete, delete, deleteBatch, queryList, queryList, queryObject, queryTotal, queryTotal, save, save, saveBatch, update, updatevoid updateCheck(@Param(value="productIds")
String[] productIds,
@Param(value="isChecked")
Integer isChecked,
@Param(value="userId")
Long userId)
void deleteByProductIds(@Param(value="productIds")
String[] productIds)
void deleteByUserAndProductIds(@Param(value="user_id")
Long user_id,
@Param(value="productIds")
String[] productIds)
Copyright © 2021. All rights reserved.