业务发起 区分系统 手机 和 pc

This commit is contained in:
liujiaji 2018-08-08 13:47:10 +08:00
parent a751c1e02d
commit 6a592b864c

View File

@ -215,6 +215,8 @@ public class BusinessBO implements Serializable {
map.put("geartype", geartype);
action.setGeartype(geartype);
map.put("sourcetype", "app");
JSONObject jsonObject = JSONObject.fromObject(map);
this.fixedFlowParam = jsonObject.toString();
action.setFixedFlowParam(fixedFlowParam);