From cfba1fc7d6f80c43df3cc91a4398fd9a0a7c08ee Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期二, 03 六月 2025 15:32:25 +0800 Subject: [PATCH] yxh --- ruoyi-project/src/main/resources/mapper/project/SpstatCaseMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-project/src/main/resources/mapper/project/SpstatCaseMapper.xml b/ruoyi-project/src/main/resources/mapper/project/SpstatCaseMapper.xml index 6d25ecf..7dabce4 100644 --- a/ruoyi-project/src/main/resources/mapper/project/SpstatCaseMapper.xml +++ b/ruoyi-project/src/main/resources/mapper/project/SpstatCaseMapper.xml @@ -7,6 +7,7 @@ <select id="getListBypower" statementType="CALLABLE" resultType="com.ruoyi.project.domain.SpStatCase"> - call `SP_STAT_CASE`(#{PABEGTIME,mode=IN,jdbcType=VARCHAR},#{PAENDTIME,mode=IN,jdbcType=VARCHAR},#{PADEPTNO,mode=IN,jdbcType=VARCHAR},#{PAUSERNO,mode=IN,jdbcType=INT},#{PACASESTATE,mode=IN,jdbcType=VARCHAR}) + call `SP_STAT_CASE`(#{PABEGTIME,mode=IN,jdbcType=VARCHAR},#{PAENDTIME,mode=IN,jdbcType=VARCHAR},#{PADEPTNO,mode=IN,jdbcType=VARCHAR},#{PAUSERNAME,mode=IN,jdbcType=VARCHAR + },#{PACASESTATE,mode=IN,jdbcType=VARCHAR}) </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3