Commit 031369c8 by jianan

前端对接问题修复45

parent da4cd8af
...@@ -155,6 +155,7 @@ public class FortuneAccountServiceImpl extends ServiceImpl<FortuneAccountMapper, ...@@ -155,6 +155,7 @@ public class FortuneAccountServiceImpl extends ServiceImpl<FortuneAccountMapper,
Fortune updateFortune = new Fortune(); Fortune updateFortune = new Fortune();
updateFortune.setId(item.getId()); updateFortune.setId(item.getId());
updateFortune.setFortuneAccountBizId(fortuneAccountBizId); updateFortune.setFortuneAccountBizId(fortuneAccountBizId);
updateFortune.setStatus(FortuneStatusEnum.CHECKED.getItemValue());
updateFortuneList.add(updateFortune); updateFortuneList.add(updateFortune);
} }
} }
......
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