f
This commit is contained in:
@@ -30,9 +30,11 @@ func ProcessQYGL5S1IRequest(ctx context.Context, params []byte, deps *processors
|
|||||||
if paramsDto.EntName != "" {
|
if paramsDto.EntName != "" {
|
||||||
enterpriseName = paramsDto.EntName
|
enterpriseName = paramsDto.EntName
|
||||||
}
|
}
|
||||||
if enterpriseNo !="" {
|
if paramsDto.EntCode != "" {
|
||||||
enterpriseNo = paramsDto.EntCode
|
enterpriseNo = paramsDto.EntCode
|
||||||
}else enterpriseNo="not null"
|
} else {
|
||||||
|
enterpriseNo = "not null"
|
||||||
|
}
|
||||||
|
|
||||||
reqData := map[string]interface{}{
|
reqData := map[string]interface{}{
|
||||||
"enterpriseNo": enterpriseNo,
|
"enterpriseNo": enterpriseNo,
|
||||||
|
|||||||
Reference in New Issue
Block a user