🎨 #3802 【小程序】修复 WxMaExpressOrderCargo 几个字段类型以支持小数值
This commit is contained in:
@@ -116,10 +116,10 @@ public class WxMaExpressServiceImplTest {
|
||||
goodsCount ++;
|
||||
}
|
||||
cargo.setCount(detailList.size());
|
||||
cargo.setWeight(5);
|
||||
cargo.setSpaceHeight(10);
|
||||
cargo.setSpaceLength(10);
|
||||
cargo.setSpaceWidth(10);
|
||||
cargo.setWeight(1.2);
|
||||
cargo.setSpaceHeight(10.0);
|
||||
cargo.setSpaceLength(20.0);
|
||||
cargo.setSpaceWidth(15.0);
|
||||
cargo.setDetailList(detailList);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user