Compare commits

...

2 Commits

Author SHA1 Message Date
JNG
3672dc876a Merge branch 'jng' into dev 2025-12-15 15:44:59 +08:00
JNG
46860506bc Update bundleOrder.go 2025-12-15 15:44:51 +08:00

View File

@ -627,7 +627,7 @@ func GetDocumentTypeText(documentType int32) string {
case 6: case 6:
return "社保卡" return "社保卡"
default: default:
return strconv.Itoa(int(documentType)) return ""
} }
} }
func OrderRecordsList(c *gin.Context) { func OrderRecordsList(c *gin.Context) {