Commit 760743f236b5e33a3b7c210854047fed6b950917

Authored by panzhaov5
1 parent b6ef8e9c

update...

src/main/java/com/bsth/service/realcontrol/impl/ScheduleRealInfoServiceImpl.java
... ... @@ -236,7 +236,7 @@ public class ScheduleRealInfoServiceImpl extends BaseServiceImpl<ScheduleRealInf
236 236 return rs;
237 237 }
238 238 else if (!fgsbm.equals(spy.getBrancheCompanyCode())) {
239   - msg = ("【售票员】: " + jGh + "/" + spy.getPersonnelName() + "是" + spy.getBrancheCompany() + "的人员");
  239 + msg = ("【售票员】: " + sGh + "/" + spy.getPersonnelName() + "是" + spy.getBrancheCompany() + "的人员");
240 240 rs.put("msg", msg);
241 241 rs.put("checkStatus", -1);
242 242 return rs;
... ...