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