.sql(String.format("select * from %s where enterprise_id in (%s) distribute by enterprise_id, is_member_order",sourceTable,Joiner.on("','").join(enterpriseList)));
.sql(String.format("select * from %s where enterprise_id in (%s) distribute by enterprise_id",sourceTable,Joiner.on("','").join(enterpriseList)));