This commit is contained in:
Mrx
2026-03-02 11:39:53 +08:00
parent fecd5a38fd
commit 7bf9150cfc

View File

@@ -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 !="" {
enterpriseNo = paramsDto.EntCode
}
if enterpriseNo !="" {
enterpriseNo = paramsDto.EntCode
}else enterpriseNo="not null"
reqData := map[string]interface{}{
"enterpriseNo": enterpriseNo,
"enterpriseName": enterpriseName,