fix(excel):修复NullDecimal类型内容的导入。

This commit is contained in:
徐涛
2022-09-08 19:39:10 +08:00
parent 6d28740a51
commit dce83d7e49
3 changed files with 10 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ func uploadEndUserRegisterTemplate(c *gin.Context) {
result.Error(http.StatusInternalServerError, err.Error())
return
}
if meterType == 0 {
errs := service.EndUserService.BatchImportNonPVRegister(requestReportId, archiveFile)
if errs.Len() > 0 {