|
|
|
@ -71,7 +71,7 @@
|
|
|
|
|
spUse, preIn, supplementAll, createUser, createTime, preInBack, vailDispatch,
|
|
|
|
|
vailGroupBuy, busType, inStock, actionType
|
|
|
|
|
, thrCheckEnable, thrCheckWebNew, thrCheckPdaUn, thrCheckPdaEd, thrCheckUdims, thrCheckPc, thrCheckSp
|
|
|
|
|
, thrCheckChange, thrCheckBalance, thrCheckCopy, fillCodeRel,checkVailDate,checkCertExpire)
|
|
|
|
|
, thrCheckChange, thrCheckBalance, thrCheckCopy, fillCodeRel, checkVailDate, checkCertExpire)
|
|
|
|
|
values (#{mainAction},
|
|
|
|
|
#{action},
|
|
|
|
|
#{name},
|
|
|
|
@ -126,8 +126,7 @@
|
|
|
|
|
, #{thrCheckEnable}, #{thrCheckWebNew}, #{thrCheckPdaUn}, #{thrCheckPdaEd}, #{thrCheckUdims},
|
|
|
|
|
#{thrCheckPc}
|
|
|
|
|
, #{thrCheckSp}, #{thrCheckChange}, #{thrCheckBalance}, #{thrCheckCopy}, #{fillCodeRel}
|
|
|
|
|
, #{checkVailDate}, #{checkExpire}, #{checkCertExpire}
|
|
|
|
|
)
|
|
|
|
|
, #{checkVailDate}, #{checkExpire}, #{checkCertExpire})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<select id="selectBusList" resultType="com.glxp.api.entity.basic.BasicBussinessTypeEntity">
|
|
|
|
@ -246,7 +245,10 @@
|
|
|
|
|
<if test="enable != null">
|
|
|
|
|
AND basic_bussiness_type.enable = #{enable}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="spUse != null">
|
|
|
|
|
<if test="spUse != null and spUse == '3'.toString()">
|
|
|
|
|
AND basic_bussiness_type.spUse > 0
|
|
|
|
|
</if>
|
|
|
|
|
<if test="spUse != null and spUse != '3'.toString()">
|
|
|
|
|
AND basic_bussiness_type.spUse = #{spUse}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="code != ''and code != null">
|
|
|
|
|