|
|
|
@ -118,6 +118,7 @@ |
|
|
|
<result column="aorconstructionunitid" property="constructionUnitId" jdbcType="INTEGER"/> |
|
|
|
<result column="aoradminorgid" property="adminorgId" jdbcType="INTEGER"/> |
|
|
|
<result column="outTime" property="outTime" jdbcType="INTEGER"/> |
|
|
|
<result column="editUser" property="editUser" jdbcType="VARCHAR"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
|
|
@ -171,7 +172,7 @@ |
|
|
|
<sql id="ApplicationOutRecordInfo"> |
|
|
|
aorid,mid,mname,depositoryId,dname,applicantId,applicantTime,applyRemark,aorcode,aorpirce,aorquantity,departmenthead,departmentheadPass,departmentHeadTime,departmentheadMessage, |
|
|
|
depositoryManager,depositoryManagerPass,depositoryManagerTime,depositoryManagerMessage,aorstate,istransfer,mcode,placeId,pass,aormUnit,aorconstructionunitid,aoradminorgid,cuname, |
|
|
|
cuintroduce,cuaddress,outTime,abstract,outType |
|
|
|
cuintroduce,cuaddress,outTime,abstract,outType,editUser |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="ApplicationOutRecordMinInfo"> |
|
|
|
@ -1458,6 +1459,9 @@ |
|
|
|
<if test="outType != null and outType != ''"> |
|
|
|
outType = #{outType}, |
|
|
|
</if> |
|
|
|
<if test="editUser != null and editUser != ''"> |
|
|
|
editUser = #{editUser}, |
|
|
|
</if> |
|
|
|
<if test="pass != null and pass != ''"> |
|
|
|
pass = #{pass} |
|
|
|
</if> |
|
|
|
|