Commit bebcc45a by 徐高华

sqlbug

parent 50056a7e
......@@ -9,7 +9,6 @@ import java.util.List;
import java.util.Set;
public interface WxEnterpriseMapper {
int deleteByPrimaryKey(String wxEnterpriseId);
int insertSelective(TabHaobanWxEnterprise record);
......
......@@ -58,11 +58,6 @@
from tab_haoban_wx_enterprise
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
delete
from tab_haoban_wx_enterprise
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
</delete>
<insert id="insertSelective" parameterType="com.gic.haoban.manage.service.entity.TabHaobanWxEnterprise">
insert into tab_haoban_wx_enterprise
......@@ -274,10 +269,10 @@
#{useridFlag} ,
</if>
<if test="null != wxCorpid">
${wxCorpid} ,
#{wxCorpid} ,
</if>
<if test="null != openCorpid">
${openCorpid} ,
#{openCorpid} ,
</if>
</trim>
......
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