|
|
@@ -21,6 +21,7 @@ angular.module('app.business').service("receiveNoticeService", function($http,$r
|
|
21
|
21
|
userId : searchCondition == undefined ? "" : searchCondition.userId,
|
|
22
|
22
|
auditState : searchCondition == undefined ? "" : searchCondition.auditState,
|
|
23
|
23
|
isNotice : searchCondition == undefined ? "" : searchCondition.isNotice,
|
|
|
24
|
+ isSheet : searchCondition == undefined ? "" : searchCondition.isSheet,
|
|
24
|
25
|
orgId : $rootScope.userInfo.orgId,
|
|
25
|
26
|
lyflag : lyflag
|
|
26
|
27
|
}
|
|
|
@@ -70,6 +71,7 @@ angular.module('app.business').service("receiveNoticeService", function($http,$r
|
|
70
|
71
|
grainGrade : searchCondition == undefined ? "" : searchCondition.grainGrade,
|
|
71
|
72
|
grainAttribute : searchCondition == undefined ? "" : searchCondition.grainAttribute,
|
|
72
|
73
|
userId : searchCondition == undefined ? "" : searchCondition.userId,
|
|
|
74
|
+ isSheet : searchCondition == undefined ? "" : searchCondition.isSheet,
|
|
73
|
75
|
orgId : $rootScope.userInfo.orgId
|
|
74
|
76
|
}
|
|
75
|
77
|
}).then(function successCallback(response) {
|