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>