From be91e24a735423f45361c9aea5eb45bb14065aa2 Mon Sep 17 00:00:00 2001 From: zhangnaisong <2434969829@qq.com> Date: 星期三, 24 一月 2024 15:04:22 +0800 Subject: [PATCH] 位置共享审批提交 --- ard-work/src/main/resources/mapper/app/ArdAppApplicationMapper.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ard-work/src/main/resources/mapper/app/ArdAppApplicationMapper.xml b/ard-work/src/main/resources/mapper/app/ArdAppApplicationMapper.xml index 61d99d9..1348a19 100644 --- a/ard-work/src/main/resources/mapper/app/ArdAppApplicationMapper.xml +++ b/ard-work/src/main/resources/mapper/app/ArdAppApplicationMapper.xml @@ -104,4 +104,9 @@ inner join sys_user su on aaa.soilder_id = su.user_id where commander_id = #{usersId} and state = '0' </select> + + <update id="updateArdAppApplicationBeginByCommanderIdAndSoilderIdAndType" parameterType="java.lang.String"> + update ard_app_application set begin = #{begin},state = #{state} + where commander_id = #{commanderId} and soilder_id = #{soilderId} and application_type = #{applicationType} + </update> </mapper> \ No newline at end of file -- Gitblit v1.9.3