Commit 533c6653376da627f3deef73dd5e58a5388959e4

Authored by liquanyu
1 parent d80e8f049d
Exists in master and in 1 other branch dev

update

Showing 1 changed file with 4 additions and 0 deletions

platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/LisServiceImpl.java View file @ 533c665
... ... @@ -149,6 +149,10 @@
149 149 {
150 150 masterLisMapper.saveLisData(model);
151 151 }
  152 + else
  153 + {
  154 + System.out.println("======================="+model.getVcCardNo());
  155 + }
152 156 }
153 157 countDownLatch.countDown();
154 158 }