kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ProductOrderMapper.xml
@@ -4,7 +4,7 @@ <mapper namespace="com.kidgrow.oprationcenter.mapper.ProductOrderMapper"> <!--定义查询列--> <sql id="Column_List"> * DISTINCT * </sql> <!--sql查询片段--> @@ -66,6 +66,7 @@ <if test="p.createTime != null and p.createTime !=''"> and create_time = #{p.createTime} </if> <include refid="com.kidgrow.oprationcenter.mapper.SysProductMapper.Role_Organization"></include> </where> </sql>