业务发起 区分系统 手机 和 pc
This commit is contained in:
parent
a751c1e02d
commit
6a592b864c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user