Merge branch 'jng' into dev

This commit is contained in:
JNG 2025-12-15 15:44:59 +08:00
commit 3672dc876a

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) {