累积量
This commit is contained in:
@@ -96,7 +96,7 @@ public class OrderApiImpl implements OrderApi {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Transactional(rollbackFor = Exception.class)
|
@Transactional(rollbackFor = Exception.class)
|
||||||
public CommonResult<Boolean> UpdateOrderLstQty(List<UpdateOrderLstQtyDTO> updateOrderLstQtyDTOS) {
|
public CommonResult<Boolean> updateOrderLstQty(List<UpdateOrderLstQtyDTO> updateOrderLstQtyDTOS) {
|
||||||
if (updateOrderLstQtyDTOS == null || updateOrderLstQtyDTOS.isEmpty()) {
|
if (updateOrderLstQtyDTOS == null || updateOrderLstQtyDTOS.isEmpty()) {
|
||||||
throw new RuntimeException("请求数据错误");
|
throw new RuntimeException("请求数据错误");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user