修改退单sku
This commit is contained in:
parent
6359f9b466
commit
b70a88203d
|
|
@ -267,7 +267,7 @@ public class DutyService {
|
|||
}
|
||||
List<TbOrderDetail> list = orderDetailMapper.selectAllByOrderId(orderId);
|
||||
BigDecimal cashAmount = BigDecimal.ZERO;
|
||||
if (orderInfo.getPayType().equals("cash")) {
|
||||
if ("cash".equals(orderInfo.getPayType())) {
|
||||
cashAmount = orderInfo.getPayAmount();
|
||||
}
|
||||
ShopUserDuty shopUserDuty = shopUserDutyMapper.selectByShopIdAndStatus(Integer.valueOf(orderInfo.getShopId()), "0");
|
||||
|
|
|
|||
Loading…
Reference in New Issue