Commit 7e30fe66 by songyinghui

Merge remote-tracking branch 'origin/developer' into developer

parents 6a2b7218 6ea9c7e5
......@@ -149,6 +149,9 @@ public class StaffClerkRelationDTO implements Serializable {
}
public Integer getOpenConcatFlag() {
if(null == openConcatFlag) {
return 0 ;
}
return openConcatFlag;
}
......
......@@ -160,7 +160,7 @@
<if test="null != createTime">
create_time = #{createTime} ,
</if>
update_time=now()
update_time=now() WHERE
log_id = external_userid=#{} and staff_id=#{staffId} and membre_id is null
</update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment