|
|
|
@ -150,7 +150,7 @@ class WorkListApiClient {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Future<MemberInformationListModel> getUserInformation(int pSelectedResopID, String selectedEmployeeNumber) async {
|
|
|
|
Future<MemberInformationListModel> getUserInformation(int pSelectedResopID, String selectedEmployeeNumber) async {
|
|
|
|
String url = "${ApiConsts.erpRest}Get_UserInformation";
|
|
|
|
String url = "${ApiConsts.erpRest}Get_Notification_UserInformation";
|
|
|
|
Map<String, dynamic> postParams = {
|
|
|
|
Map<String, dynamic> postParams = {
|
|
|
|
"P_SELECTED_RESP_ID": pSelectedResopID,
|
|
|
|
"P_SELECTED_RESP_ID": pSelectedResopID,
|
|
|
|
"P_PAGE_LIMIT": 100,
|
|
|
|
"P_PAGE_LIMIT": 100,
|
|
|
|
|