f
This commit is contained in:
@@ -29,10 +29,12 @@ func ProcessQYGL5S1IRequest(ctx context.Context, params []byte, deps *processors
|
|||||||
var enterpriseNo, enterpriseName string
|
var enterpriseNo, enterpriseName string
|
||||||
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