Commit 1ccc390b authored by hongguangwu's avatar hongguangwu

MVP1.7.16-法大大

parent 39d65859
......@@ -156,6 +156,7 @@ public class FascController {
tFascPushLogService.save(pushLog);
if (checkSign(request, pushLog)) {
pushLog.setTaskStatus(CommonConstants.TWO_STRING);
return R.failed("验签失败");
}
tFascPushLogService.updateById(pushLog);
......
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