提交 6c6b5995 authored 作者: aiqingguo's avatar aiqingguo

运单结算

上级 15a6efeb
......@@ -300,7 +300,7 @@ public class IntegralMqHandlerServiceImpl implements IntegralMqHandlerService {
@Override
@Transactional(rollbackFor = Exception.class)
public void orderChildFinish(IntegralOrderChildFinishMqParam mq) {
String statisticsDate = LocalDateTimeUtils.getStringDayStart();
String statisticsDate = LocalDateTimeUtils.getWeekStart();
OrderChild orderChild = orderChildDao.getByChildNo(mq.getChildNo()).orNull();
if (null == orderChild) {return;}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论