|
|
|
@ -54,7 +54,8 @@
|
|
|
|
|
|
|
|
|
|
<insert id="insertIgnoreBussinessType" parameterType="com.glxp.api.entity.basic.BasicBussinessTypeEntity">
|
|
|
|
|
insert
|
|
|
|
|
ignore into basic_bussiness_type (mainAction, action, name, enable, remark, thirdSysFk, genUnit,
|
|
|
|
|
ignore
|
|
|
|
|
into basic_bussiness_type (mainAction, action, name, enable, remark, thirdSysFk, genUnit,
|
|
|
|
|
innerOrder, secCheckEnable, checkEnable, checkUdims, checkPdaEd,
|
|
|
|
|
checkPdaUn, checkPc, checkWebNew, checkSp, checkChange, secCheckUdims,
|
|
|
|
|
secCheckPdaEd, secCheckPdaUn, secCheckPc, secCheckWebNew,
|
|
|
|
@ -63,9 +64,9 @@
|
|
|
|
|
defaultUnit, prefix, outToSpms, ullageFill, scanPreIn, vailInv,
|
|
|
|
|
entrutSpms, codeFillCheck, defaultSubInv, defaultInv, orderVisibleType,
|
|
|
|
|
checkCopy, secCheckCopy, originAction, advanceType, changeEnable,
|
|
|
|
|
spUse, preIn, supplementAll, createUser, createTime,preInBack)
|
|
|
|
|
values (
|
|
|
|
|
#{mainAction},
|
|
|
|
|
spUse, preIn, supplementAll, createUser, createTime, preInBack, vailDispatch,
|
|
|
|
|
vailGroupBuy)
|
|
|
|
|
values (#{mainAction},
|
|
|
|
|
#{action},
|
|
|
|
|
#{name},
|
|
|
|
|
#{enable},
|
|
|
|
@ -116,8 +117,7 @@
|
|
|
|
|
#{preIn},
|
|
|
|
|
#{supplementAll},
|
|
|
|
|
#{createUser},
|
|
|
|
|
#{createTime},#{preInBack}
|
|
|
|
|
)
|
|
|
|
|
#{createTime}, #{preInBack}, #{vailDispatch}, #{vailGroupBuy})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<select id="selectBusList" resultType="com.glxp.api.entity.basic.BasicBussinessTypeEntity">
|
|
|
|
@ -173,7 +173,8 @@
|
|
|
|
|
select action, name
|
|
|
|
|
from basic_bussiness_type
|
|
|
|
|
where action not in (
|
|
|
|
|
select code from thr_system_bus_api)
|
|
|
|
|
select code
|
|
|
|
|
from thr_system_bus_api)
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="selectCandidateBusType" resultType="com.glxp.api.entity.basic.BasicBussinessTypeEntity">
|
|
|
|
@ -241,6 +242,8 @@
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="selectNameByAction" resultType="java.lang.String">
|
|
|
|
|
select name from basic_bussiness_type where action = #{action}
|
|
|
|
|
select name
|
|
|
|
|
from basic_bussiness_type
|
|
|
|
|
where action = #{action}
|
|
|
|
|
</select>
|
|
|
|
|
</mapper>
|
|
|
|
|