工人效率分析
This commit is contained in:
parent
82a4cdcab9
commit
62045c3d26
|
|
@ -26,6 +26,6 @@ public class WorkerEfficiencyVo {
|
|||
private int actualDay;
|
||||
/**工序*/
|
||||
private String gxName;
|
||||
/**工作标准*/
|
||||
/**工作内容*/
|
||||
private String workStandard;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue