当结算周期只有一天时,无法结算问题处理
This commit is contained in:
parent
89c5c2dd83
commit
2994131048
@ -69,7 +69,8 @@ public interface StoreDetailMapper extends BaseMapper<StoreDetail> {
|
|||||||
@Select("SELECT store_id,settlement_day FROM li_store_detail " +
|
@Select("SELECT store_id,settlement_day FROM li_store_detail " +
|
||||||
"WHERE settlement_cycle LIKE concat(#{day},',%') " +
|
"WHERE settlement_cycle LIKE concat(#{day},',%') " +
|
||||||
"OR settlement_cycle LIKE concat('%,',#{day},',%') " +
|
"OR settlement_cycle LIKE concat('%,',#{day},',%') " +
|
||||||
"OR settlement_cycle LIKE concat('%,',#{day})")
|
"OR settlement_cycle LIKE concat('%,',#{day})"+
|
||||||
|
"OR settlement_cycle = #{day}")
|
||||||
List<StoreSettlementDay> getSettlementStore(int day);
|
List<StoreSettlementDay> getSettlementStore(int day);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user