refactor: 分账标记默认改为 不分账

This commit is contained in:
felord
2021-05-13 16:20:47 +08:00
parent 78cbce016d
commit 9d01a0fa3a

View File

@@ -78,7 +78,7 @@ public class CompleteServiceOrderParams {
* false不分账默认false
* true分账。
*/
private Boolean profitSharing = Boolean.TRUE;
private Boolean profitSharing = Boolean.FALSE;
/**
* 订单优惠标记,选填
* <p>