|
@@ -277,7 +277,7 @@ public class WxAlertLogController extends ApiBaseController {
|
|
|
upvoteLog.setAlertId(alertId);
|
|
|
upvoteLog.setAlertContent(alertContent);
|
|
|
upvoteLog.setPhotoUrl(photoUrl);
|
|
|
- if (status!=null) {
|
|
|
+ if (status!=3) {
|
|
|
upvoteLog.setStatus(status);
|
|
|
}
|
|
|
alertUpvoteLogService.insertAlertUpvoteLog(upvoteLog);
|