report dara
This commit is contained in:
@@ -281,7 +281,7 @@ def merms_report_topics():
|
||||
@jwt_required()
|
||||
def merms_report_topics_payment():
|
||||
data = request.get_json()
|
||||
response = ReportService.process_report_topic_request(data)
|
||||
response = ReportService.process_report_topic_item("PAYMENT", data)
|
||||
return response
|
||||
|
||||
|
||||
@@ -289,7 +289,7 @@ def merms_report_topics_payment():
|
||||
@jwt_required()
|
||||
def merms_report_topics_system():
|
||||
data = request.get_json()
|
||||
response = ReportService.process_report_topic_request(data)
|
||||
response = ReportService.process_report_topic_item("SYSTEM",data)
|
||||
return response
|
||||
|
||||
|
||||
@@ -297,7 +297,7 @@ def merms_report_topics_system():
|
||||
@jwt_required()
|
||||
def merms_report_topics_product():
|
||||
data = request.get_json()
|
||||
response = ReportService.process_report_topic_request(data)
|
||||
response = ReportService.process_report_topic_item("PRODUCT",data)
|
||||
return response
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user