zhangnaisong
2024-01-24 be91e24a735423f45361c9aea5eb45bb14065aa2
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>