工人效率分析

This commit is contained in:
cwchen 2025-07-24 21:34:35 +08:00
parent 82a4cdcab9
commit 62045c3d26
2 changed files with 3 additions and 3 deletions

View File

@ -26,6 +26,6 @@ public class WorkerEfficiencyVo {
private int actualDay;
/**工序*/
private String gxName;
/**工作标准*/
/**工作内容*/
private String workStandard;
}

View File

@ -17,10 +17,10 @@
FROM tb_worker_efficiency
<where>
<if test="userName != null and userName != ''">
AND user_name = #{userName}
AND INSTR(user_name,#{userName}) > 0
</if>
<if test="teamName != null and teamName != ''">
AND team_name = #{teamName}
AND INSTR(team_name,#{teamName}) > 0
</if>
AND bid_code = #{bidCode}
ORDER BY id