|
|
|
@ -125,6 +125,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
select factory_code,factory_name
|
|
|
|
|
from sys_factory
|
|
|
|
|
where del_flag = '0'
|
|
|
|
|
and f_type = 'c'
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="checkFactoryCodeUnique" parameterType="SysFactory" resultType ="java.lang.String">
|
|
|
|
|