|
@@ -575,7 +575,7 @@
|
|
|
|
|
|
<select id="getLoginNotice" parameterType="com.platform.dao.dto.repair.RepairApplicationFormDTO"
|
|
|
resultType="java.util.Map">
|
|
|
- select count(1),calendar_date from t_repair_application_form form
|
|
|
+ select count(1) ,calendar_date from t_repair_application_form form
|
|
|
<where>
|
|
|
<if test="dispatchUserId!=null and dispatchUserId!=''">
|
|
|
form.dispatch_user_id = #{dispatchUserId}
|
|
@@ -584,6 +584,6 @@
|
|
|
form.repair_user_id = #{repairUserId}
|
|
|
</if>
|
|
|
</where>
|
|
|
- order by calendar_date
|
|
|
+ group by calendar_date
|
|
|
</select>
|
|
|
</mapper>
|