|
@@ -46,4 +46,11 @@ public interface ZsReportArchieveMapper extends BaseMapper<ZsReportArchieve> {
|
|
|
* @param zsReportArchieve
|
|
* @param zsReportArchieve
|
|
|
*/
|
|
*/
|
|
|
Integer updatePlaceByYear(ZsReportArchieve zsReportArchieve);
|
|
Integer updatePlaceByYear(ZsReportArchieve zsReportArchieve);
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 逻辑删除,同时更新update_time和update_by
|
|
|
|
|
+ * @param id 主键
|
|
|
|
|
+ * @param updateById 更新人
|
|
|
|
|
+ */
|
|
|
|
|
+ void logicalDeleteById(@Param("id") String id, @Param("updateById") String updateById);
|
|
|
}
|
|
}
|