From a7892d2ab77735063408c24be9bddfba01740e1d Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期四, 31 十月 2024 14:46:26 +0800 Subject: [PATCH] 时序图模板修改 --- modules/mainPart/src/main/resources/mapper/TestScheme/TestSchemeDao.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/TestScheme/TestSchemeDao.xml b/modules/mainPart/src/main/resources/mapper/TestScheme/TestSchemeDao.xml index cdf4c6e..f9df11e 100644 --- a/modules/mainPart/src/main/resources/mapper/TestScheme/TestSchemeDao.xml +++ b/modules/mainPart/src/main/resources/mapper/TestScheme/TestSchemeDao.xml @@ -2,6 +2,12 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.zt.life.modules.mainPart.TestScheme.dao.TestSchemeDao"> + <update id="insertNum"> + update test_scheme + set num = num + 1 + where is_delete = 0 + and id = 10000 + </update> <select id="getList" resultType="com.zt.life.modules.mainPart.TestScheme.model.TestScheme"> select a.* -- Gitblit v1.9.1