修复小数点,开启审核

This commit is contained in:
huangdeliang
2020-11-14 18:03:19 +08:00
parent 52a7408f49
commit 16b188a375
5 changed files with 41 additions and 39 deletions

View File

@ -81,7 +81,7 @@ public class SysOrderController extends OrderBaseController {
}
}
}
return getOrderDataTable(list, totalAmount.longValue());
return getOrderDataTable(list, totalAmount);
}