LinhaoZhu commented on a change in pull request #21: [Submarine 203] [SERVER] 
Submarine project manager TeamRestApi bug fix
URL: https://github.com/apache/hadoop-submarine/pull/21#discussion_r329340133
 
 

 ##########
 File path: 
submarine-workbench/workbench-server/src/main/resources/org/apache/submarine/database/mappers/TeamMemberMapper.xml
 ##########
 @@ -123,12 +118,7 @@
       <if test="inviter != null">
         #{inviter,jdbcType=INTEGER},
       </if>
-      <if test="createBy != null">
-        #{createBy,jdbcType=VARCHAR},
-      </if>
-      <if test="createTime != null">
-        #{createTime,jdbcType=TIMESTAMP},
-      </if>
+      now(), now(),
 
 Review comment:
   This is my careless mistake. I should set another update_time = now(). And 
I'll add test cases for this part of the code.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to