|
@@ -8,7 +8,8 @@ import { Ermcp3SubjectReq, Ermcp3SubjectRsp } from './interface';
|
|
|
*/
|
|
*/
|
|
|
export function QueryPaAreaSubject(req?: Ermcp3SubjectReq): Promise<Ermcp3SubjectRsp[]> {
|
|
export function QueryPaAreaSubject(req?: Ermcp3SubjectReq): Promise<Ermcp3SubjectRsp[]> {
|
|
|
const param: Ermcp3SubjectReq = {
|
|
const param: Ermcp3SubjectReq = {
|
|
|
- userid: getUserId()
|
|
|
|
|
|
|
+ userid: getUserId(),
|
|
|
|
|
+ subjecttype: 1,
|
|
|
}
|
|
}
|
|
|
if (req) {
|
|
if (req) {
|
|
|
Object.assign(param, req);
|
|
Object.assign(param, req);
|