sparepickdetail.id,
sparepickdetail.pick_id,
sparepickdetail.pick_no,
sparepickdetail.spare_id,
sparepickdetail.num,
sparepickdetail.created_user_id,
sparepickdetail.created_user_name,
sparepickdetail.update_user_id,
sparepickdetail.update_user_name,
sparepickdetail.created_time,
sparepickdetail.update_time
sparepickdetail.pick_id,
sparepickdetail.pick_no,
sparepickdetail.spare_id,
sparepickdetail.num,
and sparepickdetail.id = #{id}
and sparepickdetail.pick_id = #{pickId}
and sparepickdetail.pick_no = #{pickNo}
and sparepickdetail.spare_id = #{spareId}
and sparepickdetail.num = #{num}
and sparepickdetail.created_user_id = #{createdUserId}
and sparepickdetail.created_user_name = #{createdUserName}
and sparepickdetail.update_user_id = #{updateUserId}
and sparepickdetail.update_user_name = #{updateUserName}
and sparepickdetail.created_time =]]>; #{createdTimeStart}
and sparepickdetail.created_time #{createdTimeEnd}
and sparepickdetail.created_time = #{createdTime}
and sparepickdetail.update_time =]]>; #{updateTimeStart}
and sparepickdetail.update_time #{updateTimeEnd}
and sparepickdetail.update_time = #{updateTime}
and sparepickdetail.id like concat('%',#{keyword},'%')