|
@@ -56,6 +56,8 @@ public class invAccountExcelController {
|
|
|
throw new SystemException("无法转账给本公司");
|
|
throw new SystemException("无法转账给本公司");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ invAccountExcel.setExcelAccountOperateId(String.valueOf(new Date().getTime()));
|
|
|
|
|
+
|
|
|
if (invAccountExcelService.save(invAccountExcel)) {
|
|
if (invAccountExcelService.save(invAccountExcel)) {
|
|
|
return HttpResult.ok("", "新增成功");
|
|
return HttpResult.ok("", "新增成功");
|
|
|
}
|
|
}
|