liusheng
2024-07-26 0ff7a8f69570b3fc7418c35f3d6e273ef4f73f20
smartor/src/main/resources/mapper/smartor/ServiceSubtaskAnswerMapper.xml
@@ -13,7 +13,7 @@
        <result property="score" column="score"/>
        <result property="answer" column="answer"/>
        <result property="comment" column="comment"/>
        <result property="trackFlag" column="trackFlag"/>
        <result property="trackFlag" column="track_flag"/>
        <result property="warningFlag" column="warning_flag"/>
        <result property="delFlag" column="del_flag"/>
        <result property="createBy" column="create_by"/>
@@ -37,10 +37,6 @@
               score,
               answer,
               comment,
               track_flag,
               warning_flag,
               del_flag,
               create_by,
               create_time,
               update_by,
               update_time,