|
|
|
@ -16,9 +16,6 @@
|
|
|
|
|
<if test="inStock != null">
|
|
|
|
|
AND bu.inStock = #{inStock}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="advanceType != null">
|
|
|
|
|
AND bu.advanceType = #{advanceType}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="enable != null">
|
|
|
|
|
AND bu.enable = #{enable}
|
|
|
|
|
</if>
|
|
|
|
@ -70,11 +67,11 @@
|
|
|
|
|
checkBalance, secCheckBalance, useDyCount, expireTip, updateTime,
|
|
|
|
|
defaultUnit, prefix, outToSpms, ullageFill, scanPreIn, vailInv,
|
|
|
|
|
entrutSpms, codeFillCheck, defaultSubInv, defaultInv, orderVisibleType,
|
|
|
|
|
checkCopy, secCheckCopy, originAction, advanceType, changeEnable,
|
|
|
|
|
checkCopy, secCheckCopy, originAction, changeEnable,
|
|
|
|
|
spUse, preIn, supplementAll, createUser, createTime, preInBack, vailDispatch,
|
|
|
|
|
vailGroupBuy, busType, inStock, actionType
|
|
|
|
|
, thrCheckEnable, thrCheckWebNew, thrCheckPdaUn, thrCheckPdaEd, thrCheckUdims, thrCheckPc, thrCheckSp
|
|
|
|
|
, thrCheckChange, thrCheckBalance, thrCheckCopy)
|
|
|
|
|
, thrCheckChange, thrCheckBalance, thrCheckCopy, fillCodeRel,checkVailDate,checkCertExpire)
|
|
|
|
|
values (#{mainAction},
|
|
|
|
|
#{action},
|
|
|
|
|
#{name},
|
|
|
|
@ -120,7 +117,6 @@
|
|
|
|
|
#{checkCopy},
|
|
|
|
|
#{secCheckCopy},
|
|
|
|
|
#{originAction},
|
|
|
|
|
#{advanceType},
|
|
|
|
|
#{changeEnable},
|
|
|
|
|
#{spUse},
|
|
|
|
|
#{preIn},
|
|
|
|
@ -129,7 +125,9 @@
|
|
|
|
|
#{createTime}, #{preInBack}, #{vailDispatch}, #{vailGroupBuy}, #{busType}, #{inStock}, #{actionType}
|
|
|
|
|
, #{thrCheckEnable}, #{thrCheckWebNew}, #{thrCheckPdaUn}, #{thrCheckPdaEd}, #{thrCheckUdims},
|
|
|
|
|
#{thrCheckPc}
|
|
|
|
|
, #{thrCheckSp}, #{thrCheckChange}, #{thrCheckBalance}, #{thrCheckCopy})
|
|
|
|
|
, #{thrCheckSp}, #{thrCheckChange}, #{thrCheckBalance}, #{thrCheckCopy}, #{fillCodeRel}
|
|
|
|
|
, #{checkVailDate}, #{checkExpire}, #{checkCertExpire}
|
|
|
|
|
)
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<select id="selectBusList" resultType="com.glxp.api.entity.basic.BasicBussinessTypeEntity">
|
|
|
|
@ -142,9 +140,6 @@
|
|
|
|
|
<if test="action != null and action != ''">
|
|
|
|
|
AND bu.action like concat('%', #{action}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="advanceType != null">
|
|
|
|
|
AND bu.advanceType = #{advanceType}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="enable != null">
|
|
|
|
|
AND bu.enable = #{enable}
|
|
|
|
|
</if>
|
|
|
|
|