Compare commits

..

No commits in common. "3672dc876a3a4818e79942139a5b49e3ac6ac83d" and "6223a476b1d86aee798ebb2372e4dc92185695d9" have entirely different histories.

View File

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