|
@@ -309,7 +309,7 @@ public class CartServiceImpl extends ServiceImpl<MtCartMapper, MtCart> implement
|
|
|
@Override
|
|
|
@OperationServiceLog(description = "执行挂单")
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
- public MtCart setHangNo(Integer cartId, String hangNo, String isVisitor) throws BusinessCheckException {
|
|
|
+ public MtCart setHangNo(Long cartId, String hangNo, String isVisitor) throws BusinessCheckException {
|
|
|
MtCart mtCart = mtCartMapper.selectById(cartId);
|
|
|
if (mtCart != null) {
|
|
|
mtCart.setHangNo(hangNo);
|