Update bundleOrder.go
This commit is contained in:
parent
3360808e3c
commit
46860506bc
@ -627,7 +627,7 @@ func GetDocumentTypeText(documentType int32) string {
|
||||
case 6:
|
||||
return "社保卡"
|
||||
default:
|
||||
return strconv.Itoa(int(documentType))
|
||||
return ""
|
||||
}
|
||||
}
|
||||
func OrderRecordsList(c *gin.Context) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user