Commit 36a8d9ce authored by zuoadmin's avatar zuoadmin

Merge branch 'zjf_dev' into 'master'

修改Mob信息分发模式

See merge request !24
parents f6bf6143 9a1327c1
......@@ -43,7 +43,10 @@ public class PushController {
@PostMapping("/all")
public CommonResult pushAll(InformForm informForm) {
ValidatorUtils.validateEntity(informForm, InformForm.PushValid.class);
mobPushService.mobPush(informForm, Constant.PushTarget.RADIO);
if(informForm.getEquipmentType().equals("kksh"))
{
mobPushService.mobPush(informForm, Constant.PushTarget.RADIO);
}
return geTuiService.listPush(informForm);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment