smartor/src/main/resources/mapper/smartor/ServiceTaskMapper.xml
@@ -332,7 +332,7 @@ <select id="selectServiceTaskByTaskid" parameterType="Long" resultMap="ServiceTaskResult"> <include refid="selectServiceTaskVo"/> where taskid = #{taskid} where taskid = #{taskid} and del_flag=0 </select> <insert id="insertServiceTask" parameterType="com.smartor.domain.ServiceTask" useGeneratedKeys="true"