Commit ab358215811888e23d387199e06baa273a250809

Authored by liquanyu
1 parent 398687b809

lis报告

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java View file @ ab35821
... ... @@ -408,7 +408,8 @@
408 408 }
409 409 else
410 410 {
411   - model.setVcCardNo(vcCardNo);
  411 + model.setVcCardNo(cardNo);
  412 +// model.setVcCardNo(vcCardNo);
412 413 }
413 414  
414 415 List<LisReportModel> lises = lisService.queryLisDataByModel(model);