This commit is contained in:
2025-05-09 11:39:30 +08:00
parent cba93c7d2b
commit 4d0bb07b0b
31 changed files with 1093 additions and 228 deletions

View File

@@ -53,12 +53,14 @@ file:
#file:
# baseUrl: http://127.0.0.1:8085
vx:
token: vTniTyOG4csBmAnMr
encodingAesKey : gCmhw7vKLcZwsDszILPNSEqyjgRKODemkYmRFdfelmk
receiveid: wwa7cc4743271d6055
corpid: wwa7cc4743271d6055
corpsecret: qQNdRmtanymbshPOLgWTgB-TzX9QmNpVCpOx5suJ2xA
dkCorpsecret: 1MWQxoL8QtypfdnKJqdo3pGdZDAmdhqTF_MaWm3rVjs
salaryCorpsecretApp: ib0GyrjV573QdczASCeB-QmCsp0t_QpjsbnQwKBr-Os
token: DGkygyJELpIY2
encodingAesKey: Pp2D1vttrxVMoTzocD1SukkRe3IYXQjW5nuOjvc2JRE
receiveid: ww0b2dc90421854148
corpid: ww0b2dc90421854148
corpsecret: LRVwfc11K-JQS2nJC8xTPrZLBKmMRZ7nPyGchsVfKF4
# salaryCorpsecretApp: KlE8J0rMS3W8Hprztl_EnCfAonm34mPpS1B6vaOmzBc
salaryCorpsecretApp: biYcz9e1gIJSsAaTgCZXbcO8Vh9YT11JtaFeZPaPmtU
salaryCorpsecretAppUrl: https://qyapi.weixin.qq.com/cgi-bin/message/send
dkcorpsecret: 1MWQxoL8QtypfdnKJqdo3pGdZDAmdhqTF_MaWm3rVjs
dkcorpsecret: fMf4nGnkpcYMHq0JzEXx-LcyGvgoxX-DbbCjIjaHqZ0
# dkcorpsecret: biYcz9e1gIJSsAaTgCZXbcO8Vh9YT11JtaFeZPaPmtU #书籍

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.sa.zentao.mapper.ZtStoryCaseMapper">
<resultMap id="BaseResultMap" type="com.sa.zentao.entity.ZtStoryCase">
<result column="id" property="id" />
<result column="remark" property="remark" />
<result column="story" property="story" />
<result column="opened_date" property="openedDate" />
<result column="opened_user" property="openedUser" />
<result column="update_date" property="updateDate" />
<result column="update_user" property="updateUser" />
<result column="ps_user" property="psUser" />
<result column="ps_date" property="psDate" />
<result column="status" property="status" />
</resultMap>
</mapper>

View File

@@ -96,7 +96,9 @@
<if test="qo.searchVal == 'ZGW' ">
and s.assigned_to= #{qo.userName}
</if>
<if test="qo.productId != null ">
and s.product= #{qo.productId}
</if>
<if test="qo.searchVal == 'YGB' ">
and s.status = 'closed'