Commit 4a8df4ea by huluobin

# 更新

parent 4ec01caa
......@@ -42,11 +42,11 @@ public class CustomerBalanceServiceImplTest {
customerBalanceService.transferBalance("18520777497", "18312033388");
}
//s撤回带核算
//sc撤回带核算
@org.junit.Test
public void order() {
List<OrderManage> orderManageList = orderManageMapper.selectList(new LambdaQueryWrapper<OrderManage>()
.in(OrderManage::getOrderNo, Lists.newArrayList("BTD-GZJ-NNN-210223-0021")));
.in(OrderManage::getOrderNo, Lists.newArrayList("BTD-GZJ-BTD-GZJ-ZJH-210224-0013 ")));
orderManageList.forEach(orderManage -> {
if (orderManage.getStatus().equals(2)) {
orderManage.setStatus(11);
......@@ -61,7 +61,6 @@ public class CustomerBalanceServiceImplTest {
} else {
log.error("invalid status");
}
});
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment