金额精度显示优化 See merge request hurugang/thmz_system!39
@@ -302,7 +302,7 @@ public interface YpBaseMapper {
" a.manu_code," +
" a.national_code," +
" b.stock_amount," +
- " stock_value =isnull( b.pack_retprice,a.pack_retprice) * b.stock_amount ," +
+ " stock_value =cast(isnull( b.pack_retprice,a.pack_retprice) * b.stock_amount as numeric(12, 3)) ," +
" b.location," +
" a.jb_flag," +
" a.ym_flag" +