Commit bebcc45a by 徐高华

sqlbug

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