Commit b48e37aa authored by 耿迪迪's avatar 耿迪迪

金额保留两位小数

parent 804f07f4
......@@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
trade_dept_id,
trade_price,
trade_count,
trade_total,
ROUND(trade_total,2) AS trade_total,
trade_score,
trade_dept_manager_id,
settlement_time,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment