SELECT @i:=sum(unix_timestamp(intime)) FROM `test` where in_out=0;
SELECT @o:=sum(unix_timestamp(intime)) FROM `test` where in_out=1;
select @o:=if(@i>@o,@o+UNIX_TIMESTAMP(),@o);
select @i, @o, TIME_FORMAT(SEC_TO_TIME((@o-@i)),'%Hh %im');
如何在上面的代码中添加1的偏移量?
答案 0 :(得分:-1)
尝试下面的代码,我希望这会有所帮助。
echo apply_filters( 'woocommerce_short_description', $post->post_excerpt )