fanli/src/main/java/com/yeshi/fanli/mapping/push/PushGoodsGroupMapper.xml
@@ -55,7 +55,7 @@ </delete> <select id="selectByPushId" resultMap="BaseResultMap" parameterType="java.lang.Long"> select <include refid="Base_Column_List"/> from yeshi_ec_push_goods_group select gro_id,gro_push_id,gro_goods_id as cg_id from yeshi_ec_push_goods_group where gro_push_id = #{pushId,jdbcType=BIGINT} </select>