Compare commits
No commits in common. "3672dc876a3a4818e79942139a5b49e3ac6ac83d" and "6223a476b1d86aee798ebb2372e4dc92185695d9" have entirely different histories.
3672dc876a
...
6223a476b1
@ -627,7 +627,7 @@ func GetDocumentTypeText(documentType int32) string {
|
||||
case 6:
|
||||
return "社保卡"
|
||||
default:
|
||||
return ""
|
||||
return strconv.Itoa(int(documentType))
|
||||
}
|
||||
}
|
||||
func OrderRecordsList(c *gin.Context) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user