|
|
@ -71,7 +71,8 @@
|
|
|
|
spUse, preIn, supplementAll, createUser, createTime, preInBack, vailDispatch,
|
|
|
|
spUse, preIn, supplementAll, createUser, createTime, preInBack, vailDispatch,
|
|
|
|
vailGroupBuy, busType, inStock, actionType
|
|
|
|
vailGroupBuy, busType, inStock, actionType
|
|
|
|
, thrCheckEnable, thrCheckWebNew, thrCheckPdaUn, thrCheckPdaEd, thrCheckUdims, thrCheckPc, thrCheckSp
|
|
|
|
, thrCheckEnable, thrCheckWebNew, thrCheckPdaUn, thrCheckPdaEd, thrCheckUdims, thrCheckPc, thrCheckSp
|
|
|
|
, thrCheckChange, thrCheckBalance, thrCheckCopy, fillCodeRel, checkVailDate, checkCertExpire)
|
|
|
|
, thrCheckChange, thrCheckBalance, thrCheckCopy, fillCodeRel, checkVailDate, checkCertExpire,
|
|
|
|
|
|
|
|
preInBackAction, backPreinType)
|
|
|
|
values (#{mainAction},
|
|
|
|
values (#{mainAction},
|
|
|
|
#{action},
|
|
|
|
#{action},
|
|
|
|
#{name},
|
|
|
|
#{name},
|
|
|
@ -126,7 +127,7 @@
|
|
|
|
, #{thrCheckEnable}, #{thrCheckWebNew}, #{thrCheckPdaUn}, #{thrCheckPdaEd}, #{thrCheckUdims},
|
|
|
|
, #{thrCheckEnable}, #{thrCheckWebNew}, #{thrCheckPdaUn}, #{thrCheckPdaEd}, #{thrCheckUdims},
|
|
|
|
#{thrCheckPc}
|
|
|
|
#{thrCheckPc}
|
|
|
|
, #{thrCheckSp}, #{thrCheckChange}, #{thrCheckBalance}, #{thrCheckCopy}, #{fillCodeRel}
|
|
|
|
, #{thrCheckSp}, #{thrCheckChange}, #{thrCheckBalance}, #{thrCheckCopy}, #{fillCodeRel}
|
|
|
|
, #{checkVailDate}, #{checkExpire}, #{checkCertExpire})
|
|
|
|
, #{checkVailDate}, #{checkExpire}, #{checkCertExpire}, #{preInBackAction}, #{backPreinType})
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectBusList" resultType="com.glxp.api.entity.basic.BasicBussinessTypeEntity">
|
|
|
|
<select id="selectBusList" resultType="com.glxp.api.entity.basic.BasicBussinessTypeEntity">
|
|
|
@ -310,7 +311,7 @@
|
|
|
|
select *
|
|
|
|
select *
|
|
|
|
from basic_bussiness_type
|
|
|
|
from basic_bussiness_type
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="list != null and list.size()!=0">
|
|
|
|
<if test="list != null and list.size() != 0">
|
|
|
|
and action not in
|
|
|
|
and action not in
|
|
|
|
<foreach collection="list" item="item" open="(" separator="," close=")">
|
|
|
|
<foreach collection="list" item="item" open="(" separator="," close=")">
|
|
|
|
#{item}
|
|
|
|
#{item}
|
|
|
@ -318,5 +319,4 @@
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|
|
|
|