|
|
@ -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">
|
|
|
@ -318,5 +319,4 @@
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|
|
|
|