Commit a683bb01 by 傅伟强-富德

Update test.txt

1 parent 7dd90a59
Showing with 21 additions and 2 deletions
......@@ -67,4 +67,23 @@ ElasticSearchPolicyServiceImpl类
"UIWL_AN1","UIED_AN1","UIAN_DN1","UIAN_EN1","UBWL_AN1","UBEN_AN1","UBED_CN1"
https://www.jianshu.com/p/01a6a61d9e02
\ No newline at end of file
https://www.jianshu.com/p/01a6a61d9e02
public void setUser(String userName)
{
grasBranchAssignRuleMapper.setUser(userName);
}
<parameterMap id="stsReturn_param" type="java.lang.String">
<parameter property="userName" jdbcType="VARCHAR" javaType="java.lang.String" mode="IN"></parameter>
</parameterMap>
<update id="setUser" parameterMap="stsReturn_param">
call gracde.gra_sys_package.set_user(?)
</update>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!