Authored by TANLING

无需处理的

... ... @@ -449,7 +449,7 @@ public class StoreSellerServiceImpl implements IStoredSellerService {
double compensate = YHMath.sub(s.getEarnestMoney().doubleValue(), s.getLockAmount().doubleValue());
if (compensate<0){
if (compensate==0){
scriptLogger.info("[{}] no need manual handle1 data {}", s.getUid(), s);
continue;
}
... ...