Forráskód Böngészése

商户新模式结算

wuwen 5 éve
szülő
commit
75ed970d3d

+ 1 - 1
src/main/java/com/ssj/dao/sys/fx/dao/impl/FinanceQueryDaoImpl.java

@@ -483,7 +483,7 @@ public class FinanceQueryDaoImpl implements FinanceQueryDao {
 
          selSql.append(" from fx_merchant t ");
          selSql.append(" LEFT JOIN tb_lib_join j on t.lib_id=j.id ");
-         selSql.append(" where t.`status`!=4 and t.sign_type in (1,2,3) and t.type in (1,2) ");
+         selSql.append(" where t.`status`!=4 and t.sign_type in (1,2,3) and t.type in (1,2,5) ");
          if(!StringUtil.isEmpty(params.get("unitName"))){
              selSql.append(" AND (t.unit_name LIKE concat('%',?,'%')  OR j.league_name LIKE concat('%',?,'%')  ) ");
              queryParams.add(params.get("unitName"));