|
|
|
@ -82,6 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
<if test="organCode != null "> and t1.organ_code = #{organCode}</if> |
|
|
|
|
<if test="type != null and type != ''"> and t1.type = #{type}</if> |
|
|
|
|
</where> |
|
|
|
|
order by create_time desc |
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
<insert id="insertMarketingWechatMicroblogInfo" parameterType="marketingWechatMicroblogInfoDTO" useGeneratedKeys="true" keyProperty="id"> |
|
|
|
|