| | |
| | | where id = #{id,jdbcType=BIGINT} |
| | | </update> |
| | | |
| | | <!-- ////////////////////////////////// --> |
| | | <!-- 统计相关 --> |
| | | <!-- ////////////////////////////////// --> |
| | | <select id="selectByClientIdAndYearAndMonthAndDay" resultType="com.dy.pipIrrGlobal.pojoSt.StClientAmountDay"> |
| | | select |
| | | <include refid="Base_Column_List" /> |
| | |
| | | and year = #{year,jdbcType=INTEGER} |
| | | and month = #{month,jdbcType=INTEGER} |
| | | </select> |
| | | |
| | | <!-- ////////////////////////////////// --> |
| | | <!-- 临时任务相关 --> |
| | | <!-- ////////////////////////////////// --> |
| | | <delete id="deleteAll"> |
| | | delete from st_client_amount_day |
| | | </delete> |
| | | </mapper> |