Commit 94288086f90be61e4b976dfde4ed248d2a0107b3

Authored by changpengfei
1 parent f57153a688
Exists in master and in 1 other branch dev

card from

Showing 1 changed file with 2 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/TkRecordController.java View file @ 9428808
... ... @@ -59,8 +59,10 @@
59 59 if(rLst.size()>0 || xLst.size()>0){
60 60 if(rLst.size()>0){
61 61 tkrecord.setCid(rLst.get(0).getId());
  62 + tkrecord.setFid((byte) 2);
62 63 }else{
63 64 tkrecord.setCid(xLst.get(0).getId());
  65 + tkrecord.setFid((byte) 1);
64 66 }
65 67  
66 68 }else{