src/main/resources/mapper/modules/MallOrderInfoMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -323,7 +323,7 @@ from mall_order_info a where <if test="createdTime != null"> and date_format(a.CREATED_TIME, '%Y-%m-%d') = #{createdTime} date_format(a.CREATED_TIME, '%Y-%m-%d') = #{createdTime} </if> and a.status = 4 and a.member_id = #{memberId} @@ -335,7 +335,7 @@ from mall_order_info a where <if test="createdTime != null"> and date_format(a.CREATED_TIME, '%Y-%m-%d') = #{createdTime} date_format(a.CREATED_TIME, '%Y-%m-%d') = #{createdTime} </if> and a.status = 4 and a.member_id = #{memberId}