|
@@ -28,7 +28,7 @@ function M.reset_status(msg_body)
|
|
end
|
|
end
|
|
|
|
|
|
function M.search_origin_data(msg_body)
|
|
function M.search_origin_data(msg_body)
|
|
- local isok ,key = tools.checkData({"page_size","page_number","start_create_time","end_create_time","guajian_info","start_publish_time","end_publish_time","materialId"},msg_body)
|
|
|
|
|
|
+ local isok ,key = tools.checkData({"is_wx_guajian","page_size","page_number","start_create_time","end_create_time","guajian_info","start_publish_time","end_publish_time","materialId"},msg_body)
|
|
if not isok then
|
|
if not isok then
|
|
return false,string.format("缺少字段: %s.", key)
|
|
return false,string.format("缺少字段: %s.", key)
|
|
end
|
|
end
|