forked from free-lancers/electricity_bill_calc_service
fix(excel):修复NullDecimal类型内容的导入。
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user