jinlin
2023-11-08 dd565f7c10a4dc18662dc8af4e2c3bad8f305bd3
modules/mainPart/src/main/resources/mapper/newplan/TaskCenterDao.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.zt.life.modules.maintain.newplan.dao.TaskCenterDao">
<mapper namespace="com.zt.life.modules.mainPart.task.dao.TaskCenterDao">
    <delete id="deleteTable">
        drop table ${tableName}
    </delete>