Commit 9af14a77 by jianan

第一期的入账日估为空

parent e3578e94
......@@ -982,7 +982,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte
* @return 预计来佣日期
*/
private Date calculateCommissionDate(Integer currentPeriod, Date effectiveDate) {
if (effectiveDate == null || currentPeriod == null || currentPeriod <= 0) {
if (effectiveDate == null || currentPeriod == null) {
return null;
}
......
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